Skip to content

Commit

Permalink
Switch num_steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Uri Granta committed Aug 23, 2024
1 parent 31fb555 commit e2e1a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_mixed_space_bayesian_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _get_mixed_search_space() -> TaggedProductSearchSpace:
id="TrustRegionSingleObjectiveFixed",
),
pytest.param(
10,
8,
BatchTrustRegionProduct(
[
UpdatableTrustRegionProduct(
Expand Down Expand Up @@ -271,7 +271,7 @@ def _get_categorical_problem() -> SingleObjectiveTestProblem[TaggedProductSearch
[
pytest.param(25, EfficientGlobalOptimization(), id="EfficientGlobalOptimization"),
pytest.param(
8,
10,
BatchTrustRegionProduct(
[
UpdatableTrustRegionProduct(
Expand Down

0 comments on commit e2e1a06

Please sign in to comment.