Conversation
|
Test FAILed. |
Co-Authored-By: Richard Liaw <rliaw@berkeley.edu>
|
Test PASSed. |
|
Test PASSed. |
|
Test PASSed. |
| logger.info("All trials stopped due to ``stopper.stop_all``.") | ||
| [ | ||
| self.trial_executor.stop_trial(t) for t in self._trials | ||
| if t.status is not Trial.ERROR |
There was a problem hiding this comment.
nit
| if t.status is not Trial.ERROR | |
| if t.is_finished() |
might read more clearly
There was a problem hiding this comment.
I think it's actually not the same; you need to terminate paused ones too.
Why are these changes needed?
Enables experiments to fail very quickly.
Related issue number
Waiting on #7719
Checks
scripts/format.shto lint the changes in this PR.