-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[TST] Upcoming dependency test failures #27645
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
Some of this is #27624, but there are a number of image comparison failures (and one array comparison failure) that are caused by something else (that I haven't tracked down yet)... very low RMS, but something changed. My entirely unproven (as yet) suspicion is that it is numpy 2.0 related changing some behavior. |
Okay, I have bisected at least the majority of the errors to: (From numpy/numpy#23912) Which are related to NEP50 I'm a little iffy on the timing, as that was merged in October, but we only started seeing the failure within the last 2-3 weeks. That said, the specific commit is changing the default value which can be overridden by env var, and changing back to "legacy" mode (i.e. disabling NEP 50 behavior) does in fact pass the tests. However, I think it is clear that at least as far as the There are two additional tests that I've not yet fully tracked down:
|
Indeed the The extra things that are affected are |
The weekly build with nightly wheels from numpy and pandas
has failed. Check the logs for any updates that need to be
made in matplotlib.
https://github.com/matplotlib/matplotlib/actions/runs/7510637551
The text was updated successfully, but these errors were encountered: