compiled against numpy 1.5.1
Josef
======================================================================
FAIL: Test singular pair
----------------------------------------------------------------------
Traceback (most recent call last):
File "c:\programs\python25\lib\site-packages\nose-0.11.1-py2.5.egg\nose\case.p
y", line 183, in runTest
self.test(*self.arg)
File "C:\Josef\_progs\Subversion\scipy_trunk_g09\dist\scipy-0.10.0.dev7027.win
32\Programs\Python25\Lib\site-packages\scipy\linalg\tests\test_decomp.py", line
200, in test_singular
self._check_gen_eig(A, B)
File "C:\Josef\_progs\Subversion\scipy_trunk_g09\dist\scipy-0.10.0.dev7027.win
32\Programs\Python25\Lib\site-packages\scipy\linalg\tests\test_decomp.py", line
189, in _check_gen_eig
err_msg=msg)
File "C:\Programs\Python25\Lib\site-packages\numpy\testing\utils.py", line 774
, in assert_array_almost_equal
header='Arrays are not almost equal')
File "C:\Programs\Python25\Lib\site-packages\numpy\testing\utils.py", line 618
, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not almost equal
array([[22, 34, 31, 31, 17],
[45, 45, 42, 19, 29],
[39, 47, 49, 26, 34],
[27, 31, 26, 21, 15],
[38, 44, 44, 24, 30]])
array([[13, 26, 25, 17, 24],
[31, 46, 40, 26, 37],
[26, 40, 19, 25, 25],
[16, 25, 27, 14, 23],
[24, 35, 18, 21, 22]])
(mismatch 50.0%)
x: array([ 3.57527348e-16 -2.30736377e-08j,
3.57527348e-16 +2.30736377e-08j,
2.86330799e-01 +0.00000000e+00j, 2.00000000e+00 +0.00000000e+00j])
y: array([ -1.31566605e-01+0.j, -3.23644701e-08+0.j, 3.23644694e-08+0.j,
2.00000000e+00+0.j])
----------------------------------------------------------------------
Ran 4810 tests in 277.406s
FAILED (KNOWNFAIL=12, SKIP=35, failures=1)
<nose.result.TextTestResult run=4810 errors=0 failures=1>