Skip to content

Commit

Permalink
Increase BatchHypevolumeSharpeRatioIndicator test num_steps (#798)
Browse files Browse the repository at this point in the history
Co-authored-by: Uri Granta <[email protected]>
  • Loading branch information
uri-granta and Uri Granta authored Dec 5, 2023
1 parent 2a3d3bc commit c537c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_bayesian_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def GPR_OPTIMIZER_PARAMS() -> Tuple[str, List[ParameterSet]]:
id="ParallelContinuousThompsonSampling",
),
pytest.param(
15,
20,
BatchHypervolumeSharpeRatioIndicator() if pymoo else None,
id="BatchHypevolumeSharpeRatioIndicator",
marks=pytest.mark.qhsri,
Expand Down

0 comments on commit c537c5b

Please sign in to comment.