Created
October 1, 2013 02:02
-
-
Save derekbrokeit/6772961 to your computer and use it in GitHub Desktop.
compiled with icc/ifort and mkl in python 3.3.2
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
Running unit tests for numpy | |
NumPy version 1.8.0rc1 | |
NumPy is installed in /home/derekt/.linuxbrew/lib/python3.3/site-packages/numpy | |
Python version 3.3.2 (default, Oct 1 2013, 09:31:14) [GCC Intel(R) C++ gcc 4.1 mode] | |
nose version 1.3.0 | |
..................S..........S.........................................................................................................................................................S...................................................................... | |
.............................................................................................................................................................................................................................................................. | |
.............................................................................................................................................................................................................................................................. | |
.............................................................................................................................................................................................................................................................. | |
.............................................................................................................................................................................................................................................................. | |
.............................................................................................................................................................................................................................................................. | |
.............................................................................................................................................................................................................................................................. | |
.....................................K........................................................................................................................................................................................................................ | |
..............................................................................K......................................F...........................................................................................................F............................ | |
.....................................................................K...........................................................................................................K......................K..................................................... | |
.............................................................................................................................................................................................................................................................. | |
.............................................................................................................................................................................................................................................................. | |
.............................................................................................................................................................................................................................................................. | |
.............................................................................................................................................................................................................................................................. | |
.............................................................................................................................................................................................................................................................. | |
......................................................................................................SS..SS.....................................................................................................SSSSSSSS..................................... | |
.............................................................................................................................................................................................................................................................. | |
.............................................................................................................................................................................................................................................................. | |
.............................................................................................................................................................................................................................................................. | |
.............................................................................................................................................................................................................................................................. | |
........................................................................................................................K......................................SS............ | |
====================================================================== | |
FAIL: test_nonzero_byteswap (test_regression.TestRegression) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/derekt/.linuxbrew/lib/python3.3/site-packages/numpy/core/tests/test_regression.py", line 1588, in test_nonzero_byteswap | |
assert_equal(a.nonzero()[0], [1]) | |
File "/home/derekt/.linuxbrew/lib/python3.3/site-packages/numpy/testing/utils.py", line 260, in assert_equal | |
return assert_array_equal(actual, desired, err_msg, verbose) | |
File "/home/derekt/.linuxbrew/lib/python3.3/site-packages/numpy/testing/utils.py", line 718, in assert_array_equal | |
verbose=verbose, header='Arrays are not equal') | |
File "/home/derekt/.linuxbrew/lib/python3.3/site-packages/numpy/testing/utils.py", line 599, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Arrays are not equal | |
(shapes (0,), (1,) mismatch) | |
x: array([], dtype=int64) | |
y: array([1]) | |
====================================================================== | |
FAIL: test_str (test_scalarprint.TestRealScalars) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/derekt/.linuxbrew/lib/python3.3/site-packages/numpy/core/tests/test_scalarprint.py", line 26, in test_str | |
assert_(res == val) | |
File "/home/derekt/.linuxbrew/lib/python3.3/site-packages/numpy/testing/utils.py", line 44, in assert_ | |
raise AssertionError(msg) | |
AssertionError | |
---------------------------------------------------------------------- | |
Ran 5253 tests in 48.396s | |
FAILED (KNOWNFAIL=6, SKIP=17, failures=2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment