-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
DOC, MAINT: smoke-docs failures on MacOS ARM + accelerate + NumPy 2.0.0rc2 #20960
Comments
Agreed,
The
|
Yet another option is to conditionally add entries to a skiplist : https://github.com/scipy/scipy/blob/main/scipy/conftest.py#L364 |
The preferred solutions I think are:
|
The ordering of complex conjugate pairs is not guaranteed and was reported to differ in scipy#20960
The ordering of complex conjugate pairs is not guaranteed and was reported to differ in scipy#20960
Other issues: (1) a too obscure error if
(2) a hard error when the optional test dependency
|
(2) is not fixable, and should not be seen if run under dev.py; what was the command you ran? (1) I'll send a PR with a fix |
Same, |
Meant to mean:
|
It's not in the Another fix is to make the import conditional in the source files. I don't really mind which way it's fixed, but the current behavior is definitely wrong on |
https://github.com/scipy/scipy/blob/main/scipy/_lib/_testutils.py#L98 (Maybe this list should go to conftest.py, to follow numpy; I'll be able to take a look later today) |
cf #21017 for a fix for (2) |
(1) should also be fixed by #21017 + an update to |
Request for report from gh-20933. On latest
main
(d304e95) on MacOS ARM with Accelerate, Python3.12
, NumPy2.0.0rc2
. Some failures arelinalg
things that may not be surprising with a backend swap, others aresparse
+ NumPy 2 related I believe, and were very briefly discussed with CJ somewhere else I think.python dev.py build -j 16 --with-accelerate
python dev.py -n smoke-docs
Error Output
The text was updated successfully, but these errors were encountered: