10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I see one failure w/ the latest numpy:
====================================================================== FAIL: test_umath.TestComplexFunctions.test_branch_cuts(<ufunc 'arccosh'>, [-1, 0.5], [1j, 1j], 1, -1, True) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/vagrant/src/buildsystem-git/build/master-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/home/vagrant/src/buildsystem-git/build/master-env/lib/python2.7/site-packages/numpy/core/tests/test_umath.py", line 1748, in _check_branch_cut assert_(np.all(np.absolute(y0.imag - yp.imag) < atol), (y0, yp)) File "/home/vagrant/src/buildsystem-git/build/master-env/lib/python2.7/site-packages/numpy/testing/utils.py", line 53, in assert_ raise AssertionError(smsg) AssertionError: (array([ 0.00000000e+00+3.14159265j, 1.11022302e-16-1.04719755j]), array([ 4.71216091e-07+3.14159218j, 1.28119737e-13+1.04719755j]))
On Centos 5.8, gcc 4.4, python 2.7.6 (built w/ MKL, but I doubt that's related).
The text was updated successfully, but these errors were encountered:
See #6063. The problem isn't new, but the test is.
Sorry, something went wrong.
No branches or pull requests
I see one failure w/ the latest numpy:
On Centos 5.8, gcc 4.4, python 2.7.6 (built w/ MKL, but I doubt that's related).
The text was updated successfully, but these errors were encountered: