You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming back to this: this is macOS, and I think the first three failures are all because SciPy 1.14 switched to use Accelerate as its default BLAS. The problems of #13305 are likely the simplest reproducer of those failures.
The last one is just because the .A attribute on sparse matrices was deprecated and removed. Apparently I introduced that in #11388, and we haven't been seeing the warnings for some reason?
Environment
What is happening?
The following failures have been detected in relation with
scipy==1.14.0
:How can we reproduce the issue?
CI tests using Python 3.12
What should happen?
No failures :)
Any suggestions?
Pinning scipy until issues are resolved (#12654).
The text was updated successfully, but these errors were encountered: