We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As title. Should be a simple fix, but this is a placeholder to come back to it.
import pysindy import warnings warnings.warn("Foo", UserWarning) warnings.filters[0]
None, no warnings appear. Filter is ('ignore', None, UserWarning, None, 0)
('ignore', None, UserWarning, None, 0)
master
The text was updated successfully, but these errors were encountered:
Bug(stlsq): Fix #414, re-enabling UserWarning
d399f66
BUG: #414 remove user warning suppression (#528)
b3d0b1a
* fix: remove user warning supressing * fix: remove pkg_resources deprecation warnings * CLN: fix linting
himkwtn
Successfully merging a pull request may close this issue.
As title. Should be a simple fix, but this is a placeholder to come back to it.
Reproducing code example:
Error message:
None, no warnings appear. Filter is
('ignore', None, UserWarning, None, 0)
PySINDy/Python version information:
master
The text was updated successfully, but these errors were encountered: