-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
CI Error on numpy.VisibleDeprecationWarning in CI #23971
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
CI Error on numpy.VisibleDeprecationWarning in CI #23971
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you, @thomasjpfan.
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. thanks
@thomasjpfan I updated the description because it doesn't it really address the original goal of #5685 (which was to raise on all warnings). However I'm ok to close the issue since we don't plan to raise on all warnings anyway. |
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Reference Issues/PRs
ref #5685
What does this implement/fix? Explain your changes.
This PR switches all
numpy.VisibleDeprecationWarning
s to error when warnings are checked on the CI.