Skip to content

Commit

Permalink
Drop redundant sentence from docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Nov 20, 2024
1 parent 2d451c4 commit 5f2f5b1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions baybe/campaign.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,9 @@ def toggle_discrete_candidates( # noqa: DOC501
for details.
exclude: If ``True``, the specified candidates are excluded.
If ``False``, the candidates are considered for recommendation.
complement: If ``False``, the filtering mechanism is used as is.
If ``True``, the filtering mechanism is inverted so that
the complement of the subset specified by the filter is toggled.
For details, see :func:`~baybe.utils.dataframe.filter_df`.
complement: If ``True``, the filtering mechanism is inverted so that
the complement of the candidate subset specified by the filter is
toggled. For details, see :func:`~baybe.utils.dataframe.filter_df`.
dry_run: If ``True``, the target subset is only extracted but not
affected. If ``False``, the candidate set is updated correspondingly.
Useful for setting up the correct filtering mechanism.
Expand Down

0 comments on commit 5f2f5b1

Please sign in to comment.