Created
May 18, 2015 17:39
-
-
Save larsoner/cc95600b8dc0d67cce66 to your computer and use it in GitHub Desktop.
MKL Failures
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
====================================================================== | |
ERROR: test_decomp_update.TestQRdelete_d.test_delete_last_p_row | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 308, in test_delete_last_p_row | |
q1, r1 = qr_delete(q, r, 0, a.shape[0], 'row') | |
File "scipy/linalg/_decomp_update.pyx", line 1652, in scipy.linalg._decomp_update.qr_delete (scipy/linalg/_decomp_update.c:27659) | |
ValueError: Reorthogonalization Failed, unable to perform row deletion. | |
====================================================================== | |
ERROR: test_decomp_update.TestQRdelete_d.test_economic_p_row_fat | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 230, in test_economic_p_row_fat | |
self.base_economic_p_row_xxx(7) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 216, in base_economic_p_row_xxx | |
q1, r1 = qr_delete(q, r, row, ndel, overwrite_qr=False) | |
File "scipy/linalg/_decomp_update.pyx", line 1652, in scipy.linalg._decomp_update.qr_delete (scipy/linalg/_decomp_update.c:27659) | |
ValueError: Reorthogonalization Failed, unable to perform row deletion. | |
====================================================================== | |
ERROR: test_decomp_update.TestQRdelete_d.test_economic_p_row_sqr | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 226, in test_economic_p_row_sqr | |
self.base_economic_p_row_xxx(5) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 216, in base_economic_p_row_xxx | |
q1, r1 = qr_delete(q, r, row, ndel, overwrite_qr=False) | |
File "scipy/linalg/_decomp_update.pyx", line 1652, in scipy.linalg._decomp_update.qr_delete (scipy/linalg/_decomp_update.c:27659) | |
ValueError: Reorthogonalization Failed, unable to perform row deletion. | |
====================================================================== | |
ERROR: test_decomp_update.TestQRdelete_f.test_delete_last_p_row | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 308, in test_delete_last_p_row | |
q1, r1 = qr_delete(q, r, 0, a.shape[0], 'row') | |
File "scipy/linalg/_decomp_update.pyx", line 1652, in scipy.linalg._decomp_update.qr_delete (scipy/linalg/_decomp_update.c:27659) | |
ValueError: Reorthogonalization Failed, unable to perform row deletion. | |
====================================================================== | |
ERROR: test_decomp_update.TestQRdelete_f.test_economic_p_row_fat | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 230, in test_economic_p_row_fat | |
self.base_economic_p_row_xxx(7) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 216, in base_economic_p_row_xxx | |
q1, r1 = qr_delete(q, r, row, ndel, overwrite_qr=False) | |
File "scipy/linalg/_decomp_update.pyx", line 1652, in scipy.linalg._decomp_update.qr_delete (scipy/linalg/_decomp_update.c:27659) | |
ValueError: Reorthogonalization Failed, unable to perform row deletion. | |
====================================================================== | |
ERROR: test_decomp_update.TestQRdelete_f.test_economic_p_row_sqr | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 226, in test_economic_p_row_sqr | |
self.base_economic_p_row_xxx(5) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 216, in base_economic_p_row_xxx | |
q1, r1 = qr_delete(q, r, row, ndel, overwrite_qr=False) | |
File "scipy/linalg/_decomp_update.pyx", line 1652, in scipy.linalg._decomp_update.qr_delete (scipy/linalg/_decomp_update.c:27659) | |
ValueError: Reorthogonalization Failed, unable to perform row deletion. | |
====================================================================== | |
ERROR: test suite | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 209, in run | |
self.setUp() | |
File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 270, in setUp | |
if not self: | |
File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 85, in __nonzero__ | |
test = self.test_generator.next() | |
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 149, in loadTestsFromDir | |
entries = os.listdir(path) | |
OSError: [Errno 2] No such file or directory: '/home/larsoner/.local/lib/python2.7/site-packages/scipy/weave/tests' | |
====================================================================== | |
FAIL: test_decomp_update.TestQRdelete_D.test_economic_1_row | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 207, in test_economic_1_row | |
check_qr(q1, r1, a1, self.rtol, self.atol, False) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 32, in check_qr | |
assert_unitary(q, rtol, atol, assert_sqr) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 21, in assert_unitary | |
assert_allclose(aTa, np.eye(a.shape[1]), rtol=rtol, atol=atol) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 1297, in assert_allclose | |
verbose=verbose, header=header) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 665, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Not equal to tolerance rtol=1e-13, atol=2.22045e-15 | |
(mismatch 100.0%) | |
x: array([[ 9.803958e-01+0.j , 2.215354e-02-0.092053j, | |
2.161659e-02-0.030168j, -4.511673e-04-0.013876j, | |
-4.492602e-04-0.090115j, 3.500837e-02-0.059986j,... | |
y: array([[ 1., 0., 0., 0., 0., 0., 0.], | |
[ 0., 1., 0., 0., 0., 0., 0.], | |
[ 0., 0., 1., 0., 0., 0., 0.],... | |
====================================================================== | |
FAIL: test_decomp_update.TestQRdelete_D.test_economic_p_row_economic | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 222, in test_economic_p_row_economic | |
self.base_economic_p_row_xxx(3) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 218, in base_economic_p_row_xxx | |
check_qr(q1, r1, a1, self.rtol, self.atol, False) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 32, in check_qr | |
assert_unitary(q, rtol, atol, assert_sqr) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 21, in assert_unitary | |
assert_allclose(aTa, np.eye(a.shape[1]), rtol=rtol, atol=atol) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 1297, in assert_allclose | |
verbose=verbose, header=header) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 665, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Not equal to tolerance rtol=1e-13, atol=2.22045e-15 | |
(mismatch 100.0%) | |
x: array([[ 0.940540+0.j , -0.040509-0.15165j , -0.013059-0.096972j, | |
0.042708+0.019266j, -0.040283-0.095317j, 0.097369-0.235622j, | |
-0.047398+0.271924j],... | |
y: array([[ 1., 0., 0., 0., 0., 0., 0.], | |
[ 0., 1., 0., 0., 0., 0., 0.], | |
[ 0., 0., 1., 0., 0., 0., 0.],... | |
====================================================================== | |
FAIL: test_decomp_update.TestQRdelete_D.test_economic_p_row_fat | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 230, in test_economic_p_row_fat | |
self.base_economic_p_row_xxx(7) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 218, in base_economic_p_row_xxx | |
check_qr(q1, r1, a1, self.rtol, self.atol, False) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 32, in check_qr | |
assert_unitary(q, rtol, atol, assert_sqr) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 21, in assert_unitary | |
assert_allclose(aTa, np.eye(a.shape[1]), rtol=rtol, atol=atol) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 1297, in assert_allclose | |
verbose=verbose, header=header) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 665, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Not equal to tolerance rtol=1e-13, atol=2.22045e-15 | |
(mismatch 100.0%) | |
x: array([[ 0.409747+0.j , 0.087777+0.046774j, -0.121479-0.1269j , | |
-0.185003-0.343301j, -0.065016+0.055054j], | |
[ 0.087777-0.046774j, 0.584039+0.j , 0.079066+0.285825j,... | |
y: array([[ 1., 0., 0., 0., 0.], | |
[ 0., 1., 0., 0., 0.], | |
[ 0., 0., 1., 0., 0.],... | |
====================================================================== | |
FAIL: test_decomp_update.TestQRdelete_D.test_economic_p_row_sqr | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 226, in test_economic_p_row_sqr | |
self.base_economic_p_row_xxx(5) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 218, in base_economic_p_row_xxx | |
check_qr(q1, r1, a1, self.rtol, self.atol, False) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 32, in check_qr | |
assert_unitary(q, rtol, atol, assert_sqr) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 21, in assert_unitary | |
assert_allclose(aTa, np.eye(a.shape[1]), rtol=rtol, atol=atol) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 1297, in assert_allclose | |
verbose=verbose, header=header) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 665, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Not equal to tolerance rtol=1e-13, atol=2.22045e-15 | |
(mismatch 100.0%) | |
x: array([[ 5.746077e-01+0.j , -5.551012e-03-0.030353j, | |
-1.828571e-01-0.026737j, 8.195287e-02-0.215196j, | |
1.165861e-01-0.114663j, 1.104503e-01-0.147167j,... | |
y: array([[ 1., 0., 0., 0., 0., 0., 0.], | |
[ 0., 1., 0., 0., 0., 0., 0.], | |
[ 0., 0., 1., 0., 0., 0., 0.],... | |
====================================================================== | |
FAIL: test_decomp_update.TestQRdelete_F.test_economic_1_row | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 207, in test_economic_1_row | |
check_qr(q1, r1, a1, self.rtol, self.atol, False) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 32, in check_qr | |
assert_unitary(q, rtol, atol, assert_sqr) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 21, in assert_unitary | |
assert_allclose(aTa, np.eye(a.shape[1]), rtol=rtol, atol=atol) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 1297, in assert_allclose | |
verbose=verbose, header=header) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 665, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Not equal to tolerance rtol=0.0001, atol=1.19209e-06 | |
(mismatch 100.0%) | |
x: array([[ 9.803960e-01+0.j , 2.215353e-02-0.092053j, | |
2.161662e-02-0.030168j, -4.511566e-04-0.013876j, | |
-4.492775e-04-0.090115j, 3.500838e-02-0.059985j,... | |
y: array([[ 1., 0., 0., 0., 0., 0., 0.], | |
[ 0., 1., 0., 0., 0., 0., 0.], | |
[ 0., 0., 1., 0., 0., 0., 0.],... | |
====================================================================== | |
FAIL: test_decomp_update.TestQRdelete_F.test_economic_p_row_economic | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 222, in test_economic_p_row_economic | |
self.base_economic_p_row_xxx(3) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 218, in base_economic_p_row_xxx | |
check_qr(q1, r1, a1, self.rtol, self.atol, False) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 32, in check_qr | |
assert_unitary(q, rtol, atol, assert_sqr) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 21, in assert_unitary | |
assert_allclose(aTa, np.eye(a.shape[1]), rtol=rtol, atol=atol) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 1297, in assert_allclose | |
verbose=verbose, header=header) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 665, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Not equal to tolerance rtol=0.0001, atol=1.19209e-06 | |
(mismatch 100.0%) | |
x: array([[ 0.940540+0.j , -0.040509-0.15165j , -0.013059-0.096972j, | |
0.042708+0.019266j, -0.040283-0.095317j, 0.097369-0.235622j, | |
-0.047398+0.271924j],... | |
y: array([[ 1., 0., 0., 0., 0., 0., 0.], | |
[ 0., 1., 0., 0., 0., 0., 0.], | |
[ 0., 0., 1., 0., 0., 0., 0.],... | |
====================================================================== | |
FAIL: test_decomp_update.TestQRdelete_F.test_economic_p_row_fat | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 230, in test_economic_p_row_fat | |
self.base_economic_p_row_xxx(7) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 218, in base_economic_p_row_xxx | |
check_qr(q1, r1, a1, self.rtol, self.atol, False) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 32, in check_qr | |
assert_unitary(q, rtol, atol, assert_sqr) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 21, in assert_unitary | |
assert_allclose(aTa, np.eye(a.shape[1]), rtol=rtol, atol=atol) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 1297, in assert_allclose | |
verbose=verbose, header=header) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 665, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Not equal to tolerance rtol=0.0001, atol=1.19209e-06 | |
(mismatch 100.0%) | |
x: array([[ 0.409747+0.j , 0.087777+0.046774j, -0.121479-0.1269j , | |
-0.185002-0.343302j, -0.065016+0.055054j], | |
[ 0.087777-0.046774j, 0.584038+0.j , 0.079066+0.285825j,... | |
y: array([[ 1., 0., 0., 0., 0.], | |
[ 0., 1., 0., 0., 0.], | |
[ 0., 0., 1., 0., 0.],... | |
====================================================================== | |
FAIL: test_decomp_update.TestQRdelete_F.test_economic_p_row_sqr | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 226, in test_economic_p_row_sqr | |
self.base_economic_p_row_xxx(5) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 218, in base_economic_p_row_xxx | |
check_qr(q1, r1, a1, self.rtol, self.atol, False) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 32, in check_qr | |
assert_unitary(q, rtol, atol, assert_sqr) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 21, in assert_unitary | |
assert_allclose(aTa, np.eye(a.shape[1]), rtol=rtol, atol=atol) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 1297, in assert_allclose | |
verbose=verbose, header=header) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 665, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Not equal to tolerance rtol=0.0001, atol=1.19209e-06 | |
(mismatch 100.0%) | |
x: array([[ 5.746078e-01+0.j , -5.550930e-03-0.030353j, | |
-1.828571e-01-0.026737j, 8.195291e-02-0.215196j, | |
1.165862e-01-0.114663j, 1.104503e-01-0.147167j,... | |
y: array([[ 1., 0., 0., 0., 0., 0., 0.], | |
[ 0., 1., 0., 0., 0., 0., 0.], | |
[ 0., 0., 1., 0., 0., 0., 0.],... | |
====================================================================== | |
FAIL: test_decomp_update.TestQRdelete_d.test_economic_1_row | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 207, in test_economic_1_row | |
check_qr(q1, r1, a1, self.rtol, self.atol, False) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 32, in check_qr | |
assert_unitary(q, rtol, atol, assert_sqr) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 21, in assert_unitary | |
assert_allclose(aTa, np.eye(a.shape[1]), rtol=rtol, atol=atol) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 1297, in assert_allclose | |
verbose=verbose, header=header) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 665, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Not equal to tolerance rtol=1e-13, atol=2.22045e-15 | |
(mismatch 100.0%) | |
x: array([[ 1.037849, 0.010305, 0.029636, 0.003454, -0.013791, -0.024982, | |
0.040011], | |
[ 0.010305, 0.497775, -0.248598, 0.057159, 0.179518, -0.223719,... | |
y: array([[ 1., 0., 0., 0., 0., 0., 0.], | |
[ 0., 1., 0., 0., 0., 0., 0.], | |
[ 0., 0., 1., 0., 0., 0., 0.],... | |
====================================================================== | |
FAIL: test_decomp_update.TestQRdelete_d.test_economic_p_row_economic | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 222, in test_economic_p_row_economic | |
self.base_economic_p_row_xxx(3) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 218, in base_economic_p_row_xxx | |
check_qr(q1, r1, a1, self.rtol, self.atol, False) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 32, in check_qr | |
assert_unitary(q, rtol, atol, assert_sqr) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 21, in assert_unitary | |
assert_allclose(aTa, np.eye(a.shape[1]), rtol=rtol, atol=atol) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 1297, in assert_allclose | |
verbose=verbose, header=header) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 665, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Not equal to tolerance rtol=1e-13, atol=2.22045e-15 | |
(mismatch 100.0%) | |
x: array([[ 0.797231, -0.136198, 0.277055, -0.042227, -0.204356, 0.116022, | |
0.007976], | |
[-0.136198, 0.306194, -0.11123 , -0.218825, 0.002703, -0.081199,... | |
y: array([[ 1., 0., 0., 0., 0., 0., 0.], | |
[ 0., 1., 0., 0., 0., 0., 0.], | |
[ 0., 0., 1., 0., 0., 0., 0.],... | |
====================================================================== | |
FAIL: test_decomp_update.TestQRdelete_f.test_economic_1_row | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 207, in test_economic_1_row | |
check_qr(q1, r1, a1, self.rtol, self.atol, False) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 32, in check_qr | |
assert_unitary(q, rtol, atol, assert_sqr) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 21, in assert_unitary | |
assert_allclose(aTa, np.eye(a.shape[1]), rtol=rtol, atol=atol) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 1297, in assert_allclose | |
verbose=verbose, header=header) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 665, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Not equal to tolerance rtol=0.0001, atol=1.19209e-06 | |
(mismatch 100.0%) | |
x: array([[ 1.037849, 0.010305, 0.029636, 0.003454, -0.013791, -0.024982, | |
0.040011], | |
[ 0.010305, 0.497775, -0.248598, 0.057159, 0.179518, -0.223719,... | |
y: array([[ 1., 0., 0., 0., 0., 0., 0.], | |
[ 0., 1., 0., 0., 0., 0., 0.], | |
[ 0., 0., 1., 0., 0., 0., 0.],... | |
====================================================================== | |
FAIL: test_decomp_update.TestQRdelete_f.test_economic_p_row_economic | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 222, in test_economic_p_row_economic | |
self.base_economic_p_row_xxx(3) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 218, in base_economic_p_row_xxx | |
check_qr(q1, r1, a1, self.rtol, self.atol, False) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 32, in check_qr | |
assert_unitary(q, rtol, atol, assert_sqr) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/tests/test_decomp_update.py", line 21, in assert_unitary | |
assert_allclose(aTa, np.eye(a.shape[1]), rtol=rtol, atol=atol) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 1297, in assert_allclose | |
verbose=verbose, header=header) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 665, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Not equal to tolerance rtol=0.0001, atol=1.19209e-06 | |
(mismatch 100.0%) | |
x: array([[ 0.797231, -0.136198, 0.277055, -0.042227, -0.204357, 0.116022, | |
0.007976], | |
[-0.136198, 0.306194, -0.11123 , -0.218825, 0.002703, -0.081199,... | |
y: array([[ 1., 0., 0., 0., 0., 0., 0.], | |
[ 0., 1., 0., 0., 0., 0., 0.], | |
[ 0., 0., 1., 0., 0., 0., 0.],... | |
====================================================================== | |
FAIL: test_lorentz (test_odr.TestODR) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/odr/tests/test_odr.py", line 293, in test_lorentz | |
3.7798193600109009e+00]), | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 842, in assert_array_almost_equal | |
precision=decimal) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 665, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Arrays are not almost equal to 6 decimals | |
(mismatch 100.0%) | |
x: array([ 1.000000e+03, 1.000000e-01, 3.800000e+00]) | |
y: array([ 1.430678e+03, 1.339051e-01, 3.779819e+00]) | |
====================================================================== | |
FAIL: test_multi (test_odr.TestODR) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/odr/tests/test_odr.py", line 190, in test_multi | |
0.5101147161764654, 0.5173902330489161]), | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 842, in assert_array_almost_equal | |
precision=decimal) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 665, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Arrays are not almost equal to 6 decimals | |
(mismatch 100.0%) | |
x: array([ 4. , 2. , 7. , 0.4, 0.5]) | |
y: array([ 4.379988, 2.433306, 8.002885, 0.510115, 0.51739 ]) | |
====================================================================== | |
FAIL: test_pearson (test_odr.TestODR) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/odr/tests/test_odr.py", line 236, in test_pearson | |
np.array([5.4767400299231674, -0.4796082367610305]), | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 842, in assert_array_almost_equal | |
precision=decimal) | |
File "/home/larsoner/.local/lib/python2.7/site-packages/numpy/testing/utils.py", line 665, in assert_array_compare | |
raise AssertionError(msg) | |
AssertionError: | |
Arrays are not almost equal to 6 decimals | |
(mismatch 100.0%) | |
x: array([ 1., 1.]) | |
y: array([ 5.47674 , -0.479608]) | |
---------------------------------------------------------------------- | |
Ran 17960 tests in 368.483s | |
FAILED (KNOWNFAIL=110, SKIP=1288, errors=7, failures=15) | |
<nose.result.TextTestResult run=17960 errors=7 failures=15> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment