Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demo/bug: sporadic errors with fts_sindy_lorenz_demo #72

Open
VictorHuynh opened this issue Jun 27, 2024 · 1 comment
Open

demo/bug: sporadic errors with fts_sindy_lorenz_demo #72

VictorHuynh opened this issue Jun 27, 2024 · 1 comment
Labels
wontfix This will not be worked on

Comments

@VictorHuynh
Copy link
Collaborator

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:

  1. Go to demos/fts_sindy_lorenz_demo.ipynb
  2. Run the demo cell by cell
  3. Error oftentimes, but not always, occurs in the last cell
  • Need to run last cell multiple times to achieve a success

Expected behavior
A plot should be generated. If not, then a way to handle exceptions that doesn't cause the program to fail

Screenshots
fts_sindy_lorenz_demo, success
fts_sindy_lorenz_demo, error

@VictorHuynh
Copy link
Collaborator Author

"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 VictorHuynh changed the title Sporadic Errors, Few Success: fts_sindy_lorenz_demo demo/bug: sporadic errors with fts_sindy_lorenz_demo Jul 2, 2024
@carynbear carynbear added good first issue / mild Good for newcomers wontfix This will not be worked on and removed good first issue / mild Good for newcomers labels Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants