-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
⚠️ CI failed on Linux_Nightly.pylatest_pip_scipy_dev ⚠️ #24424
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
One of the issue is a DeprecationWarning because I guess we need a |
@lesteve for |
Yep, it seems like we need to replace NaNs by In scipy 1.10.dev, now In [1]: import numpy as np
...:
...: from scipy.stats import rankdata
...:
...: print(rankdata([1, 2, np.nan]))
[nan nan nan] |
Why not just call To support older versions of scipy without the |
It feels like the simplest option is a local fix but 🤷. I quickly looked and I think Note that scipy 1.9 does something different than scipy 1.10dev with either |
For linking purposes: #24543 should fix the remaining issue with |
Uh oh!
There was an error while loading. Please reload this page.
CI is still failing on Linux_Nightly.pylatest_pip_scipy_dev (Oct 13, 2022)
The text was updated successfully, but these errors were encountered: