Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Scienfitz committed Oct 11, 2024
1 parent 46bb75a commit 4493a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baybe/utils/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def add_fake_measurements(
good_intervals: dict[str, tuple[float, float]] | None = None,
bad_intervals: dict[str, tuple[float, float]] | None = None,
) -> pd.DataFrame:
"""Add fake results to a dataframe which was the result of a BayBE recommendation.
"""Add fake measurements to a dataframe which was the result of a recommendation.
It is possible to specify "good" values, which will be given a better
target value. With this, the algorithm can be driven towards certain optimal values
Expand Down

0 comments on commit 4493a34

Please sign in to comment.