-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
⚠️ CI failed on Linux_Nightly.pylatest_pip_scipy_dev (last failure: May 17, 2025) ⚠️ #31370
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
Looks like a change in scipy-dev from scipy import sparse
m = sparse.csr_matrix([[1, 2, 3], [4, 5, 6]])
m.mean(axis=0) scipy 1.15.2 is a numpy
scipy-dev is an numpy
Somehow we are relying on this in scikit-learn/sklearn/feature_selection/_univariate_selection.py Lines 370 to 386 in 675736a
|
It seems like this is linked to #22873, I commented scipy/scipy#22873 (comment) to ask about it there. |
CI is no longer failing! ✅Successful run on May 19, 2025 |
Looks like it was fixed by scipy/scipy#23005, let's close this one! |
Uh oh!
There was an error while loading. Please reload this page.
CI is still failing on Linux_Nightly.pylatest_pip_scipy_dev (May 17, 2025)
The text was updated successfully, but these errors were encountered: