-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST/CI: skipif numba tests on Ubuntu ARM for numba 0.61 #60847
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
Conversation
I'll take a look Did this start failing recently? |
Yeah started failing this week. Appears the Dask version is the same between the pass/failing runs, but maybe it's because the numpy version is different between them (passes with 2.0.2, fails with 2.1.3) |
Thanks for the ping. Looks like numpy changed something under the hood that exposed a bug in Dask... dask/dask#11697 fixes this |
Thanks @phofl! |
@mroeschke and thanks for the CI fixes! For the numba failures, did this also start to happen with a new numba release? Are they aware of the issue? |
And another segfault in |
No, Dask was ignoring the copy kwarg and we were erroneously not copying by default if your array has a single chunk only. The copy kwarg of pandas was set to true |
AFAICT, yes this happened when the Ubuntu ARM CI jobs started to install
From a skim of the issue tracker, I don't think they are aware of the issue yet. But also, I haven't had a moment to come up with a MRE for the numba folks of the segfault |
Now that we're finally green here, going to merge to get the CI to green. Opened #60879 to follow up on creating a MRE to report to numba |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
…M for numba 0.61
cc @phofl could use help looking into the failure in
test_frame_setitem_dask_array_into_new_col
https://github.com/pandas-dev/pandas/actions/runs/13127760620/job/36627207210