====================================================================== FAIL: check_heevr_irange_high (scipy.lib.lapack.test_lapack.test_flapack_complex) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jmiller/work/lib/python2.4/site-packages/scipy/lib/lapack/tests/esv_tests.py", line 80, in check_heevr_irange_high def check_heevr_irange_high(self): self.check_syevr_irange(sym='he',irange=[1,2]) File "/home/jmiller/work/lib/python2.4/site-packages/scipy/lib/lapack/tests/esv_tests.py", line 68, in check_syevr_irange assert_array_almost_equal(dot(a,v[:,i]),w[i]*v[:,i]) File "/home/jmiller/work/lib/python2.4/site-packages/scipy_test/testing.py", line 742, in assert_array_almost_equal assert cond,\ AssertionError: Arrays are not almost equal (mismatch 33.3333333333%): Array 1: [ 3.6929269+0.j 4.0951085+0.j 7.3420534+0.j] Array 2: [ 3.6929276+0.j 4.0951101+0.j 7.3420528+0.j] ====================================================================== FAIL: check_heevr_vrange (scipy.lib.lapack.test_lapack.test_flapack_complex) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jmiller/work/lib/python2.4/site-packages/scipy/lib/lapack/tests/esv_tests.py", line 102, in check_heevr_vrange def check_heevr_vrange(self): self.check_syevr_vrange(sym='he') File "/home/jmiller/work/lib/python2.4/site-packages/scipy/lib/lapack/tests/esv_tests.py", line 94, in check_syevr_vrange assert_array_almost_equal(dot(a,v[:,i]),w[i]*v[:,i]) File "/home/jmiller/work/lib/python2.4/site-packages/scipy_test/testing.py", line 742, in assert_array_almost_equal assert cond,\ AssertionError: Arrays are not almost equal (mismatch 33.3333333333%): Array 1: [ 3.6929269+0.j 4.0951085+0.j 7.3420534+0.j] Array 2: [ 3.6929276+0.j 4.0951101+0.j 7.3420528+0.j] ====================================================================== FAIL: check_syevr_irange_high (scipy.lib.lapack.test_lapack.test_flapack_float) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jmiller/work/lib/python2.4/site-packages/scipy/lib/lapack/tests/esv_tests.py", line 74, in check_syevr_irange_high def check_syevr_irange_high(self): self.check_syevr_irange(irange=[1,2]) File "/home/jmiller/work/lib/python2.4/site-packages/scipy/lib/lapack/tests/esv_tests.py", line 68, in check_syevr_irange assert_array_almost_equal(dot(a,v[:,i]),w[i]*v[:,i]) File "/home/jmiller/work/lib/python2.4/site-packages/scipy_test/testing.py", line 742, in assert_array_almost_equal assert cond,\ AssertionError: Arrays are not almost equal (mismatch 33.3333333333%): Array 1: [ 3.6929269 4.0951085 7.3420534] Array 2: [ 3.6929276 4.0951101 7.3420528] ====================================================================== FAIL: check_syevr_vrange (scipy.lib.lapack.test_lapack.test_flapack_float) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jmiller/work/lib/python2.4/site-packages/scipy/lib/lapack/tests/esv_tests.py", line 94, in check_syevr_vrange assert_array_almost_equal(dot(a,v[:,i]),w[i]*v[:,i]) File "/home/jmiller/work/lib/python2.4/site-packages/scipy_test/testing.py", line 742, in assert_array_almost_equal assert cond,\ AssertionError: Arrays are not almost equal (mismatch 33.3333333333%): Array 1: [ 3.6929269 4.0951085 7.3420534] Array 2: [ 3.6929276 4.0951101 7.3420528] ---------------------------------------------------------------------- Ran 1172 tests in 7.154s FAILED (failures=4) [413475 refs]