-
-
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: numpydev is failing #30043
Comments
@jbrockmendel ideally could just xfail the test for now to get CI green (i saw your patch for some of these); i mean the rest |
In theory, we can just pass |
Ahh, nevermind, this is going to be somewhat tricky to get right... I think we'll need to disable the numpydev build for now. |
xref pandas-dev#30043. Will take some time to fix all these cases.
* CI: disable numpydev job xref #30043. Will take some time to fix all these cases. * mypy fixup
* CI: disable numpydev job xref pandas-dev#30043. Will take some time to fix all these cases. * mypy fixup
* CI: disable numpydev job xref pandas-dev#30043. Will take some time to fix all these cases. * mypy fixup
@jbrockmendel @TomAugspurger looks closeable yes? |
Yes, numpy has reverted the warning and in this particular case weve updated our usage to avoid the warning. closing. |
from https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=22360.
So numpy has deprecated object-dtype inference. I'm not sure if something like
np.array([object(), object()])
warns now, or if it's just when the elements are sequences of difference lengths.Anyway, this is a nice change, but will be a bit of work to get fixed.
The text was updated successfully, but these errors were encountered: