Skip to content

Instantly share code, notes, and snippets.

@carlkl
Created September 26, 2015 17:48
Show Gist options
  • Save carlkl/c2ffefe74e6da6920996 to your computer and use it in GitHub Desktop.
Save carlkl/c2ffefe74e6da6920996 to your computer and use it in GitHub Desktop.
py27win32_numpy-1.10.0rc1_atlas.txt
======================================================================
ERROR: test_umath.TestComplexFunctions.test_branch_cuts_complex64(<ufunc 'arcsin'>, [-2, 2], [1j, 1j], 1, -1, True, <type 'numpy.complex64'>)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1736, in _check_branch_cut
y0 = f(x0)
RuntimeWarning: invalid value encountered in arcsin
======================================================================
ERROR: test_umath.TestComplexFunctions.test_branch_cuts_complex64(<ufunc 'arccos'>, [-2, 2], [1j, 1j], 1, -1, True, <type 'numpy.complex64'>)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1736, in _check_branch_cut
y0 = f(x0)
RuntimeWarning: invalid value encountered in arccos
======================================================================
ERROR: test_umath.TestComplexFunctions.test_branch_cuts_complex64(<ufunc 'arcsinh'>, [-2j, 2j], [1, 1], -1, 1, True, <type 'numpy.complex64'>)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1736, in _check_branch_cut
y0 = f(x0)
RuntimeWarning: invalid value encountered in arcsinh
======================================================================
ERROR: test_umath.TestComplexFunctions.test_branch_cuts_complex64(<ufunc 'arccosh'>, [-2j, 2j, 2], [1, 1, 1j], 1, 1, False, <type 'numpy.complex64'>)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1736, in _check_branch_cut
y0 = f(x0)
RuntimeWarning: invalid value encountered in arccosh
======================================================================
ERROR: test_umath.TestComplexFunctions.test_loss_of_precision(<type 'numpy.complex64'>,)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1627, in check_loss_of_precision
check(x_series, 2.1*eps)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1596, in check
d = np.absolute(np.arcsinh(x)/np.arcsinh(z).real - 1)
RuntimeWarning: divide by zero encountered in true_divide
======================================================================
ERROR: test_umath.TestComplexFunctions.test_loss_of_precision(<type 'numpy.complex128'>,)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1627, in check_loss_of_precision
check(x_series, 2.1*eps)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1596, in check
d = np.absolute(np.arcsinh(x)/np.arcsinh(z).real - 1)
RuntimeWarning: divide by zero encountered in true_divide
======================================================================
ERROR: test_umath.TestComplexFunctions.test_loss_of_precision_longcomplex
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\decorators.py", line 216, in knownfailer
return f(*args, **kwargs)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1674, in test_loss_of_precision_longcomplex
self.check_loss_of_precision(np.longcomplex)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1625, in check_loss_of_precision
check(x_series, 50*eps)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1596, in check
d = np.absolute(np.arcsinh(x)/np.arcsinh(z).real - 1)
RuntimeWarning: divide by zero encountered in true_divide
======================================================================
FAIL: test_umath.TestComplexFunctions.test_against_cmath
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1581, in test_against_cmath
assert_(abs(a - b) < atol, "%s %s: %s; cmath: %s" % (fname, p, a, b))
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: arccosh (-1-1j): (-1.06127506191+2.23703575929j); cmath: (1.06127506191-2.23703575929j)
======================================================================
FAIL: test_umath.TestComplexFunctions.test_branch_cuts(<ufunc 'sqrt'>, -0.5, 1j, 1, -1, True)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1761, in _check_branch_cut
assert_(np.all(np.absolute(y0[ji].imag - ym.imag*im_sign) < atol), (y0[ji], ym))
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: (array([ 0.+0.70710678j]), array([ 0.+0.70710678j]))
======================================================================
FAIL: test_umath.TestComplexFunctions.test_branch_cuts(<ufunc 'arcsin'>, [-2, 2], [1j, 1j], 1, -1, True)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1740, in _check_branch_cut
assert_(np.all(np.absolute(y0.real - yp.real) < atol), (y0, yp))
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: (array([ nan+0.j, nan+0.j]), array([-1.57079633+1.3169579j, 1.57079633+1.3169579j]))
======================================================================
FAIL: test_umath.TestComplexFunctions.test_branch_cuts(<ufunc 'arccos'>, [-2, 2], [1j, 1j], 1, -1, True)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1740, in _check_branch_cut
assert_(np.all(np.absolute(y0.real - yp.real) < atol), (y0, yp))
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: (array([ nan-0.j, nan-0.j]), array([ 3.14159265e+00-1.3169579j, 2.56239474e-13-1.3169579j]))
======================================================================
FAIL: test_umath.TestComplexFunctions.test_branch_cuts(<ufunc 'arctan'>, [-2j, 2j], [1, 1], -1, 1, True)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1740, in _check_branch_cut
assert_(np.all(np.absolute(y0.real - yp.real) < atol), (y0, yp))
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: (array([-1.57079633-0.54930614j, -1.57079633+0.54930614j]), array([ 1.57079633-0.54930614j, 1.57079633+0.54930614j]))
======================================================================
FAIL: test_umath.TestComplexFunctions.test_branch_cuts(<ufunc 'arcsinh'>, [-2j, 2j], [1, 1], -1, 1, True)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1740, in _check_branch_cut
assert_(np.all(np.absolute(y0.real - yp.real) < atol), (y0, yp))
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: (array([ 0.+nanj, 0.+nanj]), array([ 1.3169579-1.57079633j, 1.3169579+1.57079633j]))
======================================================================
FAIL: test_umath.TestComplexFunctions.test_branch_cuts(<ufunc 'arccosh'>, [-1, 0.5], [1j, 1j], 1, -1, True)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1743, in _check_branch_cut
assert_(np.all(np.absolute(y0.imag - ym.imag*im_sign) < atol), (y0, ym))
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: (array([ 0.+3.14159265j, 0.+1.04719755j]), array([ -4.71216091e-07+3.14159218j, -1.28119737e-13+1.04719755j]))
======================================================================
FAIL: test_umath.TestComplexFunctions.test_branch_cuts(<ufunc 'arctanh'>, [-2, 2], [1j, 1j], 1, -1, True)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1761, in _check_branch_cut
assert_(np.all(np.absolute(y0[ji].imag - ym.imag*im_sign) < atol), (y0[ji], ym))
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: (array([-0.54930614+1.57079633j, 0.54930614+1.57079633j]), array([-0.54930614+1.57079633j, 0.54930614+1.57079633j]))
======================================================================
FAIL: test_umath.TestComplexFunctions.test_branch_cuts(<ufunc 'arccosh'>, [-2j, 2j, 2], [1, 1, 1j], 1, 1)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1740, in _check_branch_cut
assert_(np.all(np.absolute(y0.real - yp.real) < atol), (y0, yp))
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: (array([-1.44363548+1.57079633j, 1.44363548+1.57079633j,
0.00000000 +nanj]), array([-1.44363548 +1.57079633e+00j, 1.44363548 +1.57079633e+00j,
1.31695790 +2.56239474e-13j]))
======================================================================
FAIL: test_umath.TestComplexFunctions.test_branch_cuts_complex64(<ufunc 'sqrt'>, -0.5, 1j, 1, -1, True, <type 'numpy.complex64'>)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1761, in _check_branch_cut
assert_(np.all(np.absolute(y0[ji].imag - ym.imag*im_sign) < atol), (y0[ji], ym))
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: (array([ 0.+0.70710677j], dtype=complex64), array([ 0.+0.70710677j], dtype=complex64))
======================================================================
FAIL: test_umath.TestComplexFunctions.test_branch_cuts_complex64(<ufunc 'arctan'>, [-2j, 2j], [1, 1], -1, 1, True, <type 'numpy.complex64'>)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1740, in _check_branch_cut
assert_(np.all(np.absolute(y0.real - yp.real) < atol), (y0, yp))
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: (array([-1.57079637-0.54930615j, -1.57079637+0.54930615j], dtype=complex64), array([ 1.57078838-0.54930615j, 1.57078838+0.54930615j], dtype=complex64))
======================================================================
FAIL: test_umath.TestComplexFunctions.test_branch_cuts_complex64(<ufunc 'arccosh'>, [-1, 0.5], [1j, 1j], 1, -1, True, <type 'numpy.complex64'>)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1743, in _check_branch_cut
assert_(np.all(np.absolute(y0.imag - ym.imag*im_sign) < atol), (y0, ym))
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: (array([ 0.+3.14159274j, 0.+1.04719758j], dtype=complex64), array([ -3.45265190e-03+3.13813996j, -6.91411469e-06+1.04719758j], dtype=complex64))
======================================================================
FAIL: test_umath.TestComplexFunctions.test_branch_cuts_complex64(<ufunc 'arctanh'>, [-2, 2], [1j, 1j], 1, -1, True, <type 'numpy.complex64'>)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1761, in _check_branch_cut
assert_(np.all(np.absolute(y0[ji].imag - ym.imag*im_sign) < atol), (y0[ji], ym))
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: (array([-0.54930615+1.57079637j, 0.54930615+1.57079637j], dtype=complex64), array([-0.54930615+1.57079637j, 0.54930615+1.57079637j], dtype=complex64))
======================================================================
FAIL: test_umath.TestComplexFunctions.test_it
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\devel\py\python-2.7.10\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\core\tests\test_umath.py", line 1502, in test_it
assert_almost_equal(fz.real, fr, err_msg='real part %s' % f)
File "D:\devel\py\python-2.7.10\lib\site-packages\numpy\testing\utils.py", line 510, in assert_almost_equal
raise AssertionError(_build_err_msg())
AssertionError:
Arrays are not almost equal to 7 decimals real part <ufunc 'arccosh'>
ACTUAL: 0.0
DESIRED: 0.96242365011920694
----------------------------------------------------------------------
Ran 5856 tests in 90.065s
FAILED (KNOWNFAIL=7, SKIP=7, errors=7, failures=14)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment