Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
Richard Liaw
2020-12-09 13:38:10 -08:00
committed by Max Fitton
parent 1305f5d4e5
commit ee2cdc0906
+1 -2
View File
@@ -357,8 +357,7 @@ class TrialRunner:
trials=self._trials,
trial=next_trial)
elif self.trial_executor.get_running_trials():
with warn_if_slow("process_events"):
self._process_events() # blocking
self._process_events() # blocking
else:
self.trial_executor.on_no_available_trials(self)