-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
⚠️ CI failed on Linux_Nightly.pylatest_pip_scipy_dev ⚠️ #26154
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
/take |
The culprit is |
So it comes from this commit: pandas-dev/pandas#52542 It comes from calling The previous behaviour cast the column as I am trying to craft a minimal reproducer. |
There are plenty of (~280) recent errors probably due to a pandas change (and maybe numpy too?), symptoms look like this:
Number of failures look like this (quick and dirty analysis may miss a few kind of errors):
|
Opened #26287 about pandas is_sparse |
Seems like some np.find_common_type DeprecationWarning are coming from pandas pandas-dev/pandas#53236 and should hopefully be fixed soon. |
CI is no longer failing! ✅Successful run on Jun 19, 2023 |
For you information, SciPy is currently transitioning from the sparse matrix semantic to the sparse array semantic (see #26418 for discussing what it means for scikit-learn). If tests using sparse data fail on |
These issues have all been fixed. Let's close |
CI is still failing on Linux_Nightly.pylatest_pip_scipy_dev (Jul 06, 2023)
Unable to find junit file. Please see link for details.
The text was updated successfully, but these errors were encountered: