Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay committed Oct 6, 2021
1 parent 0665515 commit 4c3fa27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/orion/client/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,6 @@ def _optimize(
except (KeyboardInterrupt, InvalidResult):
raise
except BaseException as e:
self.extensions.error(e)
if on_error is None or on_error(
self, trial, e, worker_broken_trials
):
Expand Down

0 comments on commit 4c3fa27

Please sign in to comment.