-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
COMPAT: numpy test warning #30334
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
Comments
We raise on warnings from NumPy in our numpydev build, which uses the environment from ci/deps/azure-37-numpydev.yaml. I'm not sure how feasible it would be to fail on warnings for all our builds, given the number of optional dependencies we have. |
This would fail in a bunch of places we don't have control over. The biggest one is imports from |
I'm playing around with it atm and will submit a PR shortly. We can look at the diff then. |
I'm currently testing a numpy deprecation to assess its impact on the ecosystem (numpy/numpy#10615). To this end, I'd like to run pandas tests with
-Werror
. Doing that, I see that pandas throws a bunch of warnings at other places. Are those intentional? Perhaps pandas should test warning-free out of the box.The text was updated successfully, but these errors were encountered: