Skip to content

Commit

Permalink
RunTimeError added
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Apr 16, 2024
1 parent f4339da commit 8b4fe87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autofit/non_linear/plot/nest_plotters.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def wrapper(self, *args, **kwargs):
"""
try:
return func(self, *args, **kwargs)
except (ValueError, KeyError, AssertionError, IndexError, TypeError, np.linalg.LinAlgError):
except (ValueError, KeyError, AssertionError, IndexError, TypeError, RuntimeError, np.linalg.LinAlgError):
pass

return wrapper
Expand Down

0 comments on commit 8b4fe87

Please sign in to comment.