Skip to content

Commit f6be967

Browse files
Improve wording
Co-authored-by: AdrianSosic <adrian.sosic@merckgroup.com>
1 parent 96f7460 commit f6be967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

baybe/constraints/discrete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def _get_matching_rows_polars(self) -> pl.Expr:
238238
class DiscreteDegeneracyConstraint(DiscreteFilteringConstraint):
239239
"""Class for constraining value repetition across parameters.
240240
241-
Keeps only rows where no single value appears more than ``n_max_occurrences``
241+
Keeps only rows where no single value appears more than a specified number of
242242
times across the specified parameters.
243243
"""
244244

0 commit comments

Comments
 (0)