Skip to content

Commit

Permalink
bad
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Sep 8, 2024
1 parent d285d1c commit b5f5c08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/powerlift/powerlift/run/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ def run_trials(
errmsg = f"EXCEPTION: {trial.task.origin}, {trial.task.name}, {trial.method}, {trial.meta}, {trial.task.n_classes}, {trial.task.n_features}, {trial.task.n_samples}\n{traceback.format_exc()}"
raise
finally:
store.end_trial(trial.id, errmsg)
#store.end_trial(trial.id, errmsg)
pass


if __name__ == "__main__":
Expand Down

0 comments on commit b5f5c08

Please sign in to comment.