Skip to content

Instantly share code, notes, and snippets.

@carlkl
Created July 31, 2014 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlkl/43182c7c5e0049db7b4e to your computer and use it in GitHub Desktop.
Save carlkl/43182c7c5e0049db7b4e to your computer and use it in GitHub Desktop.
numpy-1.9.0b2.win32-py2.7.exe mingw-w64 openblas test
https://bitbucket.org/carlkl/mingw-w64-for-python/downloads/numpy-1.9.0b2.win32-py2.7.exe
======================================================================
FAIL: test_any_ninf (test_umath.TestArctan2SpecialValues)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath.py", line 452, in test_any_ninf
assert_almost_equal(ncu.arctan2(1, np.NINF), np.pi)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 490, in assert_almost_equal
raise AssertionError(_build_err_msg())
AssertionError:
Arrays are not almost equal to 7 decimals
ACTUAL: -3.1415926535897931
DESIRED: 3.141592653589793
======================================================================
FAIL: test_any_pinf (test_umath.TestArctan2SpecialValues)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath.py", line 458, in test_any_pinf
assert_arctan2_isnzero(-1, np.inf)
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath.py", line 410, in assert_arctan2_isnzero
assert_((ncu.arctan2(x, y) == 0 and np.signbit(ncu.arctan2(x, y))), "arctan(%s, %s) is %s, not -0" % (x, y, ncu.arctan2(x, y)))
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: arctan(-1, inf) is -3.14159265359, not -0
======================================================================
FAIL: test_inf_ninf (test_umath.TestArctan2SpecialValues)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath.py", line 467, in test_inf_ninf
assert_almost_equal(ncu.arctan2( np.inf, -np.inf), 0.75 * np.pi)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 490, in assert_almost_equal
raise AssertionError(_build_err_msg())
AssertionError:
Arrays are not almost equal to 7 decimals
ACTUAL: 1.5707963267948966
DESIRED: 2.356194490192345
======================================================================
FAIL: test_inf_pinf (test_umath.TestArctan2SpecialValues)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath.py", line 473, in test_inf_pinf
assert_almost_equal(ncu.arctan2(-np.inf, np.inf), -0.25 * np.pi)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 490, in assert_almost_equal
raise AssertionError(_build_err_msg())
AssertionError:
Arrays are not almost equal to 7 decimals
ACTUAL: -1.5707963267948966
DESIRED: -0.7853981633974483
======================================================================
FAIL: test_one_one (test_umath.TestArctan2SpecialValues)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath.py", line 418, in test_one_one
assert_almost_equal(ncu.arctan2(1, -1), 0.75 * np.pi)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 490, in assert_almost_equal
raise AssertionError(_build_err_msg())
AssertionError:
Arrays are not almost equal to 7 decimals
ACTUAL: -2.3561944901923448
DESIRED: 2.356194490192345
======================================================================
FAIL: test_zero_negative (test_umath.TestArctan2SpecialValues)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath.py", line 432, in test_zero_negative
assert_almost_equal(ncu.arctan2(np.PZERO, -1), np.pi)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 490, in assert_almost_equal
raise AssertionError(_build_err_msg())
AssertionError:
Arrays are not almost equal to 7 decimals
ACTUAL: -3.1415926535897931
DESIRED: 3.141592653589793
======================================================================
FAIL: test_zero_nzero (test_umath.TestArctan2SpecialValues)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath.py", line 422, in test_zero_nzero
assert_almost_equal(ncu.arctan2(np.PZERO, np.NZERO), np.pi)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 490, in assert_almost_equal
raise AssertionError(_build_err_msg())
AssertionError:
Arrays are not almost equal to 7 decimals
ACTUAL: -1.5707963267948966
DESIRED: 3.141592653589793
======================================================================
FAIL: test_zero_pzero (test_umath.TestArctan2SpecialValues)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath.py", line 428, in test_zero_pzero
assert_arctan2_isnzero(np.NZERO, np.PZERO)
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath.py", line 410, in assert_arctan2_isnzero
assert_((ncu.arctan2(x, y) == 0 and np.signbit(ncu.arctan2(x, y))), "arctan(%s, %s) is %s, not -0" % (x, y, ncu.arctan2(x, y)))
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: arctan(-0.0, 0.0) is -1.57079632679, not -0
======================================================================
FAIL: test_umath.TestComplexFunctions.test_branch_cuts(<ufunc 'log1p'>, -1.5, 1j, 1, -1)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\devel32\py27\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath.py", line 1486, in _check_branch_cut
assert_(np.all(np.absolute(y0.imag - ym.imag*im_sign) < atol), (y0, ym))
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 53, in assert_
raise AssertionError(smsg)
AssertionError: (array([-0.69314718-3.14159265j]), array([-0.69314718-3.14159265j]))
======================================================================
FAIL: test_umath_complex.TestCarg.test_special_values(<ufunc '_arg'>, -inf, 1, 3.141592653589793, False)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\devel32\py27\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath_complex.py", line 525, in check_real_value
assert_almost_equal(f(z1), x)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 474, in assert_almost_equal
return assert_array_almost_equal(actual, desired, decimal, err_msg)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 842, in assert_array_almost_equal
precision=decimal)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 665, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not almost equal to 7 decimals
(mismatch 100.0%)
x: array([-3.1415927])
y: array(3.141592653589793)
======================================================================
FAIL: test_umath_complex.TestCarg.test_special_values(<ufunc '_arg'>, inf, -1, -0.0, False)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\devel32\py27\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath_complex.py", line 525, in check_real_value
assert_almost_equal(f(z1), x)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 474, in assert_almost_equal
return assert_array_almost_equal(actual, desired, decimal, err_msg)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 842, in assert_array_almost_equal
precision=decimal)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 665, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not almost equal to 7 decimals
(mismatch 100.0%)
x: array([-3.1415927])
y: array(-0.0)
======================================================================
FAIL: test_umath_complex.TestCarg.test_special_values(<ufunc '_arg'>, -inf, inf, 2.356194490192345, False)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\devel32\py27\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath_complex.py", line 525, in check_real_value
assert_almost_equal(f(z1), x)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 474, in assert_almost_equal
return assert_array_almost_equal(actual, desired, decimal, err_msg)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 842, in assert_array_almost_equal
precision=decimal)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 665, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not almost equal to 7 decimals
(mismatch 100.0%)
x: array([ 1.5707963])
y: array(2.356194490192345)
======================================================================
FAIL: test_umath_complex.TestCarg.test_special_values(<ufunc '_arg'>, -inf, -inf, -2.356194490192345, False)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\devel32\py27\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath_complex.py", line 525, in check_real_value
assert_almost_equal(f(z1), x)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 474, in assert_almost_equal
return assert_array_almost_equal(actual, desired, decimal, err_msg)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 842, in assert_array_almost_equal
precision=decimal)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 665, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not almost equal to 7 decimals
(mismatch 100.0%)
x: array([-1.5707963])
y: array(-2.356194490192345)
======================================================================
FAIL: test_umath_complex.TestCarg.test_special_values(<ufunc '_arg'>, inf, -inf, -0.7853981633974483, False)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\devel32\py27\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "d:\devel32\py27\lib\site-packages\numpy\core\tests\test_umath_complex.py", line 525, in check_real_value
assert_almost_equal(f(z1), x)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 474, in assert_almost_equal
return assert_array_almost_equal(actual, desired, decimal, err_msg)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 842, in assert_array_almost_equal
precision=decimal)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 665, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not almost equal to 7 decimals
(mismatch 100.0%)
x: array([-1.5707963])
y: array(-0.7853981633974483)
======================================================================
FAIL: test_basic (test_function_base.TestAngle)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\devel32\py27\lib\site-packages\numpy\lib\tests\test_function_base.py", line 567, in test_basic
assert_array_almost_equal(y, yo, 11)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 842, in assert_array_almost_equal
precision=decimal)
File "d:\devel32\py27\lib\site-packages\numpy\testing\utils.py", line 665, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not almost equal to 11 decimals
(mismatch 25.0%)
x: array([ 1.2490457724 , 0.7853981634 , 0. , 1.57079632679,
-3.14159265359, -1.57079632679, -1.2490457724 , -1.89254688119])
y: array([ 1.2490457724 , 0.7853981634 , 0. , 1.57079632679,
3.14159265359, -1.57079632679, -1.2490457724 , 1.89254688119])
----------------------------------------------------------------------
Ran 5469 tests in 56.137s
FAILED (KNOWNFAIL=9, SKIP=17, failures=15)
Running unit tests for numpy
NumPy version 1.9.0b2
NumPy is installed in d:\devel32\py27\lib\site-packages\numpy
Python version 2.7.6 |Continuum Analytics, Inc.| (default, Nov 11 2013, 10:50:31) [MSC v.1500 32 bit (Intel)]
nose version 1.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment