-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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: nighlty numpy broke ci #47391
Comments
Probably due to numpy/numpy#21437 |
I opened up numpy/numpy#21784 for an example in our CI where this is failing cc @seberg |
Sorry, I guess I did not check pandas. There are two changes:
My hope is that the second one is a bit of a chore, but requires only a few tests to be updated or |
At least in the example I posted in numpy/numpy#21784, this was being hit in a code block that also has pandas/pandas/core/dtypes/cast.py Lines 1699 to 1701 in 89578fe
So not sure why |
Yeah, that condition looks strange, why fill an empty array? But it does looks like logic to decide whether the result should be |
It looks like the new numpy nightly wheel broke our ci.
https://github.com/pandas-dev/pandas/runs/6919550144?check_suite_focus=true First failing build today
The text was updated successfully, but these errors were encountered: