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

MNT: Un-ignore numpy deprecation warnings when we can #1878

Closed
pllim opened this issue Nov 29, 2022 · 0 comments · Fixed by #1879
Closed

MNT: Un-ignore numpy deprecation warnings when we can #1878

pllim opened this issue Nov 29, 2022 · 0 comments · Fixed by #1879

Comments

@pllim
Copy link
Contributor

pllim commented Nov 29, 2022

When scipy and scikit-image dev versions have caught up, we can try to un-ignore the warnings ignored in #1873 . Related issues:

jdaviz/setup.cfg

Lines 98 to 100 in 0b76ee4

ignore:.*np\.bool8.*is a deprecated alias for:DeprecationWarning
ignore:.*np\.uint0.*is a deprecated alias for:DeprecationWarning
ignore:.*np\.int0.*is a deprecated alias for:DeprecationWarning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant