We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d2a7f commit 46ca9e1Copy full SHA for 46ca9e1
tests/test_exploration_run_exception.py
@@ -37,7 +37,7 @@ def test_exception_during_exploration_run():
37
evaluator=ev,
38
max_evals=10,
39
sim_workers=2,
40
- exploration_dir_path="./tests_output/test_function_evaluator",
+ exploration_dir_path="./tests_output/test_exception_during_run",
41
)
42
43
cwd = os.getcwd()
0 commit comments