-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
COMPAT: numpy dev version raises new errors during CI #31992
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
It seems like the CI stills fails sometimes after #32025 but now perhaps because the tests pass unexpectedly? Not sure what's going on exactly, but does that mean we have to specify that the xfail isn't strict? Here's a pipeline failure after the xfail change: https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=28705&view=logs&j=3a03f79d-0b41-5610-1aa4-b4a014d0bc70&t=4d05ed0e-1ed3-5bff-dd63-1e957f2766a9&l=80 |
This seems to no longer be a problem. |
@AlexKirko can we revert #32025, see #32025 (comment) |
Problem description
Looks like something has been changed in numpy, and we now get new errors when running that Numpy dev pipeline during CI. This happens regardless of PR (saw it in #31563 and #31991). Seems to be centered around cumsum and division by nan, but I don't have the time to delve deeper atm.
One of the errors below:
Link to one of the failed pipelines. You can also just take a look at any recent PR.
The text was updated successfully, but these errors were encountered: