1 parent 96f7460 commit f6be967Copy full SHA for f6be967
1 file changed
baybe/constraints/discrete.py
@@ -238,7 +238,7 @@ def _get_matching_rows_polars(self) -> pl.Expr:
238
class DiscreteDegeneracyConstraint(DiscreteFilteringConstraint):
239
"""Class for constraining value repetition across parameters.
240
241
- Keeps only rows where no single value appears more than ``n_max_occurrences``
+ Keeps only rows where no single value appears more than a specified number of
242
times across the specified parameters.
243
"""
244
0 commit comments