dynamicslab / pysindy

A package for the sparse identification of nonlinear dynamical systems from data
https://pysindy.readthedocs.io/en/latest/
Other
1.36k stars 304 forks source link

Bug(stlsq): Fix #414, re-enabling UserWarning #466

Closed Jacob-Stevens-Haas closed 5 months ago

Jacob-Stevens-Haas commented 5 months ago

Bug became a big issue in the pytest 8.0 upgrade, as it caused us to miss deprecation warnings.

Jacob-Stevens-Haas commented 5 months ago

Apparently there were no deprecation warnings. I'm going to close this PR but leave the branch open for someone else since I labelled the issue as Good First Issue.

Work to be done: Understand when warnings appear in tests and either fix them or silence them locally