Skip to content

Commit 3435038

Browse files
committed
fix unnecessary except
1 parent 38bef3d commit 3435038

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bayesflow/workflows/basic_workflow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,8 +906,6 @@ def _fit(
906906
)
907907
self._on_training_finished()
908908
return self.history
909-
except Exception as err:
910-
raise err
911909
finally:
912910
if not keep_optimizer:
913911
self.optimizer = None

0 commit comments

Comments
 (0)