Skip to content

Commit

Permalink
Drop batch_quantity keyword (#411)
Browse files Browse the repository at this point in the history
Was removed in PR #332 (commit 6371d97)
but then mistakenly brought back in PR #319 (commit
ac1fa4d)
  • Loading branch information
AdrianSosic authored Oct 24, 2024
2 parents de4c2e4 + bb8c01c commit bd7e8a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions baybe/campaign.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,13 @@ def recommend(
self,
batch_size: int,
pending_experiments: pd.DataFrame | None = None,
batch_quantity: int = None, # type: ignore[assignment]
) -> pd.DataFrame:
"""Provide the recommendations for the next batch of experiments.
Args:
batch_size: Number of requested recommendations.
pending_experiments: Parameter configurations specifying experiments
that are currently pending.
batch_quantity: Deprecated! Use ``batch_size`` instead.
Returns:
Dataframe containing the recommendations in experimental representation.
Expand Down

0 comments on commit bd7e8a9

Please sign in to comment.