From ee2cdc09063d34886dea35f1a91e20394723beb8 Mon Sep 17 00:00:00 2001 From: Richard Liaw Date: Wed, 9 Dec 2020 13:38:10 -0800 Subject: [PATCH] oops (#12728) Signed-off-by: Richard Liaw --- python/ray/tune/trial_runner.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/ray/tune/trial_runner.py b/python/ray/tune/trial_runner.py index 25bc090f5..abf41ee77 100644 --- a/python/ray/tune/trial_runner.py +++ b/python/ray/tune/trial_runner.py @@ -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)