Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFP committed Nov 8, 2023
1 parent 149b3c0 commit e23a49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_ax_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def test_ax_service_init():
evaluator=ev,
max_evals=6,
sim_workers=2,
exploration_dir_path="./tests_output/test_ax_single_fidelity",
exploration_dir_path=f"./tests_output/test_ax_service_init_{i}",
)

# Get reference to AxClient.
Expand Down Expand Up @@ -505,7 +505,7 @@ def test_ax_service_init():
# Run exploration.
exploration.run()

# Check that the number of SOBOL trials is `still n_init` after adding
# Check that the number of SOBOL trials is still `n_init` after adding
# `n_external` Manual trials.
df = ax_client.get_trials_data_frame()
for j in range(n_external):
Expand Down

0 comments on commit e23a49c

Please sign in to comment.