-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
BUG: Fix bug in AVX complex absolute while processing array of mixed dtypes #16666
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
Conversation
The 32 bit test failure looks legitimate. Maybe because windows x32 effectively uses a different FPU than x64. |
Providing a 1 ULP leeway and using Pythagorean triples to minimize the differences. |
LGTM. CI failures on s390x and python3.9 are not related. |
@r-devulap Could you make a PR against |
@charris will do. |
Thanks. |
Please see #16672 |
the issue reported in numpy/numpy#16660 was fixed in numpy/numpy#16666 and released as part of numpy 1.19.1, so pycbc should now be able to use those newer versions, and just avoid 1.19.0
the issue reported in numpy/numpy#16660 was fixed in numpy/numpy#16666 and released as part of numpy 1.19.1, so pycbc should now be able to use those newer versions, and just avoid 1.19.0
the issue reported in numpy/numpy#16660 was fixed in numpy/numpy#16666 and released as part of numpy 1.19.1, so pycbc should now be able to use those newer versions, and just avoid 1.19.0
the issue reported in numpy/numpy#16660 was fixed in numpy/numpy#16666 and released as part of numpy 1.19.1, so pycbc should now be able to use those newer versions, and just avoid 1.19.0
Fixes #16660