-
Notifications
You must be signed in to change notification settings - Fork 280
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
failing enzo answer tests #4966
Comments
Hum, numpy itself didn't change between the last successful run and these (it was and still is at 2.0.1), and we didn't upgrade Python itself (including the standard lib) for a year or two, so unfortunately I think it's not that clear what's happening. what did change in the interval was sympy (1.13.1->1.13.2) which has historically often required use to bump some pickles, and PyYaml (6.0.1->6.0.2), but I think this one is a lot less suspicious in this context. |
Those test started failing on main on 08/13 (see #testing on slack) |
Comparing last passed run and failed run the thing that changes is this:
something is pulling wrong, old version of numpy |
The culprit is this dependency:
which has |
awesome, thanks for digging @Xarthisius ! So pinning imagio!=2.35.0 should do the trick. I'll push up a PR to try that out. |
Thanks @Xarthisius for pinning it down ! I did look to see if numpy was somehow downgraded to 1.x but missed it because it can actually end up installed multiple times and the first one was 2.0.1 . I feel like we should maybe add a |
Both #4964 and #4965 are showing the same failing answer tests for enzo in the full test suite runs, unrelated to changes in the PRs. e.g., https://tests.yt-project.org/job/yt_py310_git/8375/
all (at least all that I looked at...) 225 failures are for enzo with similar errors:
maybe a pickle/numpy version change issue?
The text was updated successfully, but these errors were encountered: