Skip to content

Commit 07b1cbc

Browse files
authored
Correct HRSampler validate docstring (#1462)
1 parent fc1b2ce commit 07b1cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cobra/sampling/hr_sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def validate(self, samples: np.matrix) -> np.ndarray:
512512
a code of 1 to 3 letters denoting the validation result:
513513
- 'v' means feasible in bounds and equality constraints
514514
- 'l' means a lower bound violation
515-
- 'u' means a lower bound validation
515+
- 'u' means an upper bound validation
516516
- 'e' means and equality constraint violation
517517
518518
Raises

0 commit comments

Comments
 (0)