You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"data['error'] contains np.inf" suggests that there's a positive infinity somewhere in the data, probably causing an error b/c you can't exactly plot infinity. Maybe need to find what calculation is creating the infinity or a way to represent infinity in a plot?
VictorHuynh
changed the title
Sporadic Errors, Few Success: fts_sindy_lorenz_demo
demo/bug: sporadic errors with fts_sindy_lorenz_demo
Jul 2, 2024
Describe the bug
AssertionError: data['error'] contains np.inf
Occurs ~19/20 of the time, but (strangely) is able to produce a plot ~1/20 of the time
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A plot should be generated. If not, then a way to handle exceptions that doesn't cause the program to fail
Screenshots
The text was updated successfully, but these errors were encountered: