Skip to content

Commit

Permalink
Update tests/test_exploration_resume.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maxence Thévenet <[email protected]>
  • Loading branch information
AngelFP and MaxThevenet authored Oct 25, 2023
1 parent b8e0e76 commit 127c9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_exploration_resume.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_exploration_in_steps_without_limit():
var2 = VaryingParameter("x1", -5.0, 15.0)
obj = Objective("f", minimize=False)

# Define variables and objectives.
# Define evaluator.
gen = RandomSamplingGenerator(
varying_parameters=[var1, var2], objectives=[obj]
)
Expand Down

0 comments on commit 127c9ce

Please sign in to comment.