-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
FAIL: test_umath.TestComplexFunctions.test_branch_cuts #6063
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
which compiler was used to compile numpy? |
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11) |
Same issue here. |
Same issue here. |
Did anyone check if this test fails on older numpy releases? |
the test is new in 1.10, the issue probably always existed. |
I confirm that the previous release (1.9.1) goes through the tests without errors. |
What version of gibc do you have? In 1.10 numpy is more aggressive about using the system supplied complex functions than it was in 1.9. One thing you could try is to force the use of the fallback implementation of cacosh and see if the test passes. The easiest way to do this is to temporarily add a few lines to the bottom of /numpy/core/src/private/npy_config.h that looks like
Recompile and see if that fixes your problem. |
Thanks ewmoore, it worked!
|
Looks to me then that |
related #6712 |
The glibc 2.16 is the version where a lot of this was fixed.. |
Added functions are - cacos - cacosf - cacosl - cacosh - cacoshf - cacoshl Closes numpy#6063.
A PR adding those functions (and a few more) to the blacklist is #6975. |
glibc 2.16 was released 2012-06-30 with this comment
|
Added functions are - cacos - cacosf - cacosl - cacosh - cacoshf - cacoshl Closes numpy#6063.
Added functions are - cacos - cacosf - cacosl - cacosh - cacoshf - cacoshl Closes numpy#6063.
Got following error when running "runtests.py" on linux 64 bit.
The text was updated successfully, but these errors were encountered: