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 0ddfea9 commit 067cc0dCopy full SHA for 067cc0d
1 file changed
tests/test_runs/test_run_functions.py
@@ -48,6 +48,7 @@ def _check_serialized_optimized_run(self, run_id):
48
model_prime = openml.runs.initialize_model_from_trace(run_id, 0, 0)
49
break
50
except openml.exceptions.OpenMLServerException:
51
+ # probably because openml eval engine has not executed this run yet
52
time.sleep(10)
53
secCount += 10
54
0 commit comments