Created
September 2, 2015 08:45
-
-
Save pitrou/056cf0b1648f19b93389 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
FAIL: test_extint128.test_to_128 | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 97, in test_to_128 | |
assert_equal(b, a) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 9223372036854775808 | |
DESIRED: -9223372036854775808 | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 97, in test_to_128 | |
assert_equal(b, a) | |
File "/home/pitrou/34/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 66, in exc_iter | |
raise AssertionError(msg) | |
AssertionError: At: '(-9223372036854775808,)' | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 97, in test_to_128 | |
assert_equal(b, a) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 9223372036854775808 | |
DESIRED: -9223372036854775808 | |
====================================================================== | |
FAIL: test_extint128.test_to_64 | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 108, in test_to_64 | |
assert_equal(b, a) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 17850 | |
DESIRED: -70 | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 108, in test_to_64 | |
assert_equal(b, a) | |
File "/home/pitrou/34/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 66, in exc_iter | |
raise AssertionError(msg) | |
AssertionError: At: '(-70,)' | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 108, in test_to_64 | |
assert_equal(b, a) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 17850 | |
DESIRED: -70 | |
====================================================================== | |
FAIL: test_extint128.test_mul_64_64 | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 117, in test_mul_64_64 | |
assert_equal(d, c) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 85070591730234615856620279821087277056 | |
DESIRED: -85070591730234615856620279821087277056 | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 117, in test_mul_64_64 | |
assert_equal(d, c) | |
File "/home/pitrou/34/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 66, in exc_iter | |
raise AssertionError(msg) | |
AssertionError: At: '(-9223372036854775808, 9223372036854775807)' | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 117, in test_mul_64_64 | |
assert_equal(d, c) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 85070591730234615856620279821087277056 | |
DESIRED: -85070591730234615856620279821087277056 | |
====================================================================== | |
FAIL: test_extint128.test_add_128 | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 129, in test_add_128 | |
assert_equal(d, c) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 1 | |
DESIRED: -1 | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 129, in test_add_128 | |
assert_equal(d, c) | |
File "/home/pitrou/34/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 66, in exc_iter | |
raise AssertionError(msg) | |
AssertionError: At: '(-340282366920938463463374607431768211455, 340282366920938463463374607431768211454)' | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 129, in test_add_128 | |
assert_equal(d, c) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 1 | |
DESIRED: -1 | |
====================================================================== | |
FAIL: test_extint128.test_sub_128 | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 141, in test_sub_128 | |
assert_equal(d, c) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 1 | |
DESIRED: -1 | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 141, in test_sub_128 | |
assert_equal(d, c) | |
File "/home/pitrou/34/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 66, in exc_iter | |
raise AssertionError(msg) | |
AssertionError: At: '(-340282366920938463463374607431768211455, -340282366920938463463374607431768211454)' | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 141, in test_sub_128 | |
assert_equal(d, c) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 1 | |
DESIRED: -1 | |
====================================================================== | |
FAIL: test_extint128.test_neg_128 | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 150, in test_neg_128 | |
assert_equal(c, b) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 340282366920938463463374607431768211455 | |
DESIRED: -340282366920938463463374607431768211455 | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 150, in test_neg_128 | |
assert_equal(c, b) | |
File "/home/pitrou/34/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 66, in exc_iter | |
raise AssertionError(msg) | |
AssertionError: At: '(340282366920938463463374607431768211455,)' | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 150, in test_neg_128 | |
assert_equal(c, b) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 340282366920938463463374607431768211455 | |
DESIRED: -340282366920938463463374607431768211455 | |
====================================================================== | |
FAIL: test_extint128.test_shl_128 | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 162, in test_shl_128 | |
assert_equal(c, b) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 340282366920938463463374607431768211454 | |
DESIRED: -340282366920938463463374607431768211454 | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 162, in test_shl_128 | |
assert_equal(c, b) | |
File "/home/pitrou/34/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 66, in exc_iter | |
raise AssertionError(msg) | |
AssertionError: At: '(-340282366920938463463374607431768211455,)' | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 162, in test_shl_128 | |
assert_equal(c, b) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 340282366920938463463374607431768211454 | |
DESIRED: -340282366920938463463374607431768211454 | |
====================================================================== | |
FAIL: test_extint128.test_shr_128 | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 174, in test_shr_128 | |
assert_equal(c, b) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 170141183460469231731687303715884105727 | |
DESIRED: -170141183460469231731687303715884105727 | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 174, in test_shr_128 | |
assert_equal(c, b) | |
File "/home/pitrou/34/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 66, in exc_iter | |
raise AssertionError(msg) | |
AssertionError: At: '(-340282366920938463463374607431768211455,)' | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 174, in test_shr_128 | |
assert_equal(c, b) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 170141183460469231731687303715884105727 | |
DESIRED: -170141183460469231731687303715884105727 | |
====================================================================== | |
FAIL: test_extint128.test_gt_128 | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 183, in test_gt_128 | |
assert_equal(d, c) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: True | |
DESIRED: False | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 183, in test_gt_128 | |
assert_equal(d, c) | |
File "/home/pitrou/34/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 66, in exc_iter | |
raise AssertionError(msg) | |
AssertionError: At: '(-340282366920938463463374607431768211455, -340282366920938463463374607431768211454)' | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 183, in test_gt_128 | |
assert_equal(d, c) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: True | |
DESIRED: False | |
====================================================================== | |
FAIL: test_extint128.test_divmod_128_64 | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 199, in test_divmod_128_64 | |
assert_equal(d, c) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 36893488147419103236 | |
DESIRED: -36893488147419103236 | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 201, in test_divmod_128_64 | |
assert_equal(b*d + dr, a) | |
File "/home/pitrou/34/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 66, in exc_iter | |
raise AssertionError(msg) | |
AssertionError: At: '(-340282366920938463463374607431768211455, 9223372036854775807)' | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 199, in test_divmod_128_64 | |
assert_equal(d, c) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 36893488147419103236 | |
DESIRED: -36893488147419103236 | |
====================================================================== | |
FAIL: test_extint128.test_floordiv_128_64 | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 211, in test_floordiv_128_64 | |
assert_equal(d, c) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 36893488147419103236 | |
DESIRED: -36893488147419103237 | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 211, in test_floordiv_128_64 | |
assert_equal(d, c) | |
File "/home/pitrou/34/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 66, in exc_iter | |
raise AssertionError(msg) | |
AssertionError: At: '(-340282366920938463463374607431768211455, 9223372036854775807)' | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 211, in test_floordiv_128_64 | |
assert_equal(d, c) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 36893488147419103236 | |
DESIRED: -36893488147419103237 | |
====================================================================== | |
FAIL: test_extint128.test_ceildiv_128_64 | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 221, in test_ceildiv_128_64 | |
assert_equal(d, c) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 36893488147419103235 | |
DESIRED: -36893488147419103236 | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 221, in test_ceildiv_128_64 | |
assert_equal(d, c) | |
File "/home/pitrou/34/lib/python3.4/contextlib.py", line 77, in __exit__ | |
self.gen.throw(type, value, traceback) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 66, in exc_iter | |
raise AssertionError(msg) | |
AssertionError: At: '(-340282366920938463463374607431768211455, 9223372036854775807)' | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 61, in exc_iter | |
yield iterate() | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_extint128.py", line 221, in test_ceildiv_128_64 | |
assert_equal(d, c) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: 36893488147419103235 | |
DESIRED: -36893488147419103236 | |
====================================================================== | |
FAIL: test_mem_overlap.test_diophantine_fuzz | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_mem_overlap.py", line 132, in test_diophantine_fuzz | |
assert X_simplified is None, (A, U, b, X_simplified) | |
AssertionError: ((213, 352), (126863, 107895), 29248635, (6423, 126703)) | |
====================================================================== | |
FAIL: test_mem_overlap.test_shares_memory_api | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_mem_overlap.py", line 340, in test_shares_memory_api | |
assert_equal(np.shares_memory(a, b), True) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: | |
ACTUAL: False | |
DESIRED: True | |
====================================================================== | |
FAIL: test_mem_overlap.test_internal_overlap_diophantine | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_mem_overlap.py", line 364, in test_internal_overlap_diophantine | |
check((3, 2), (2*2, 3*2), exists=True) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_mem_overlap.py", line 359, in check | |
assert_(X is not None, repr(X)) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 53, in assert_ | |
raise AssertionError(smsg) | |
AssertionError: None | |
====================================================================== | |
FAIL: test_mem_overlap.test_internal_overlap_slices | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_mem_overlap.py", line 394, in test_internal_overlap_slices | |
assert not internal_overlap(a) | |
AssertionError | |
====================================================================== | |
FAIL: test_mem_overlap.test_internal_overlap_manual | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_mem_overlap.py", line 438, in test_internal_overlap_manual | |
check_internal_overlap(a, True) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_mem_overlap.py", line 416, in check_internal_overlap | |
assert_equal(got, expected, err_msg=repr((a.strides, a.shape))) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: ((3, 4), (5, 4)) | |
ACTUAL: False | |
DESIRED: True | |
====================================================================== | |
FAIL: test_mem_overlap.test_internal_overlap_fuzz | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_mem_overlap.py", line 477, in test_internal_overlap_fuzz | |
result = check_internal_overlap(a) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_mem_overlap.py", line 416, in check_internal_overlap | |
assert_equal(got, expected, err_msg=repr((a.strides, a.shape))) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 354, in assert_equal | |
raise AssertionError(msg) | |
AssertionError: | |
Items are not equal: ((772, 916, 818), (23, 27, 25)) | |
ACTUAL: False | |
DESIRED: True | |
====================================================================== | |
FAIL: test_umath.TestComplexFunctions.test_branch_cuts(<ufunc 'arccosh'>, [-1, 0.5], [1j, 1j], 1, -1, True) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/core/tests/test_umath.py", line 1731, in _check_branch_cut | |
assert_(np.all(np.absolute(y0.imag - yp.imag) < atol), (y0, yp)) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/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])) | |
====================================================================== | |
FAIL: test_linalg.TestNormDouble.test_axis | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 645, in chk_same_position | |
assert_array_equal(x_id, y_id) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 782, in assert_array_equal | |
verbose=verbose, header='Arrays are not equal') | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 708, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Arrays are not equal | |
(mismatch 100.0%) | |
x: array([False, False, False], dtype=bool) | |
y: array([ True, True, True], dtype=bool) | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/linalg/tests/test_linalg.py", line 908, in test_axis | |
assert_almost_equal(norm(A, ord=order, axis=0), expected0) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/linalg/tests/test_linalg.py", line 40, in assert_almost_equal | |
old_assert_almost_equal(a, b, decimal=decimal, **kw) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 494, in assert_almost_equal | |
return assert_array_almost_equal(actual, desired, decimal, err_msg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 886, in assert_array_almost_equal | |
precision=decimal) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 671, in assert_array_compare | |
chk_same_position(x_isnan, y_isnan, hasval='nan') | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 651, in chk_same_position | |
raise AssertionError(msg) | |
AssertionError: | |
Arrays are not almost equal to 12 decimals | |
x and y nan location mismatch: | |
x: array([ 4.123105625618, 5.385164807135, 6.708203932499]) | |
y: array([ nan, nan, nan]) | |
====================================================================== | |
FAIL: test_linalg.TestNormSingle.test_axis | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 645, in chk_same_position | |
assert_array_equal(x_id, y_id) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 782, in assert_array_equal | |
verbose=verbose, header='Arrays are not equal') | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 708, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Arrays are not equal | |
(mismatch 100.0%) | |
x: array([False, False, False], dtype=bool) | |
y: array([ True, True, True], dtype=bool) | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/pitrou/34/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |
self.test(*self.arg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/linalg/tests/test_linalg.py", line 908, in test_axis | |
assert_almost_equal(norm(A, ord=order, axis=0), expected0) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/linalg/tests/test_linalg.py", line 40, in assert_almost_equal | |
old_assert_almost_equal(a, b, decimal=decimal, **kw) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 494, in assert_almost_equal | |
return assert_array_almost_equal(actual, desired, decimal, err_msg) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 886, in assert_array_almost_equal | |
precision=decimal) | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 671, in assert_array_compare | |
chk_same_position(x_isnan, y_isnan, hasval='nan') | |
File "/home/pitrou/np/build/testenv/lib/python3.4/site-packages/numpy/testing/utils.py", line 651, in chk_same_position | |
raise AssertionError(msg) | |
AssertionError: | |
Arrays are not almost equal to 6 decimals | |
x and y nan location mismatch: | |
x: array([ 4.123106, 5.385165, 6.708204], dtype=float32) | |
y: array([ nan, nan, nan], dtype=float32) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment