====================================================================== FAIL: check_basic (scipy_base.function_base.test_function_base.test_amax) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jmiller/work/lib/python2.4/site-packages/scipy_base/tests/test_function_base.py", line 72, in check_basic assert_equal(amax(b),[8.0,10.0,9.0]) File "/home/jmiller/work/lib/python2.4/site-packages/scipy_test/testing.py", line 649, in assert_equal assert _sb.all(desired == actual), msg AssertionError: Items are not equal: DESIRED: [8.0, 10.0, 9.0] ACTUAL: array([ 9., 10., 8.]) ====================================================================== FAIL: check_basic (scipy_base.function_base.test_function_base.test_amin) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jmiller/work/lib/python2.4/site-packages/scipy_base/tests/test_function_base.py", line 82, in check_basic assert_equal(amin(b),[3.0,3.0,2.0]) File "/home/jmiller/work/lib/python2.4/site-packages/scipy_test/testing.py", line 649, in assert_equal assert _sb.all(desired == actual), msg AssertionError: Items are not equal: DESIRED: [3.0, 3.0, 2.0] ACTUAL: array([ 3., 4., 2.]) ====================================================================== 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 744, 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 744, 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 744, 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 744, 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_arange (scipy.special.basic.test_basic.test_arange) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jmiller/work/lib/python2.4/site-packages/scipy/special/tests/test_basic.py", line 495, in check_arange assert_equal(numstring,array([0.,0.1,0.2,0.3, File "/home/jmiller/work/lib/python2.4/site-packages/scipy_test/testing.py", line 649, in assert_equal assert _sb.all(desired == actual), msg AssertionError: Items are not equal: ====================================================================== FAIL: check_genlaguerre (scipy.special.basic.test_basic.test_laguerre) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jmiller/work/lib/python2.4/site-packages/scipy/special/tests/test_basic.py", line 1573, in check_genlaguerre assert_equal(lag2.c,array([1,-2*(k+2),(k+1.)*(k+2.)])/2.0) File "/home/jmiller/work/lib/python2.4/site-packages/scipy_test/testing.py", line 649, in assert_equal assert _sb.all(desired == actual), msg AssertionError: Items are not equal: DESIRED: array([ 0.5 , -3.58365527, 4.62946491]) ACTUAL: array([ 0.5 , -3.58365527, 4.62946491]) ====================================================================== FAIL: check_legendre (scipy.special.basic.test_basic.test_legendre) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jmiller/work/lib/python2.4/site-packages/scipy/special/tests/test_basic.py", line 1590, in check_legendre assert_equal(leg3.c,array([5,0,-3,0])/2.0) File "/home/jmiller/work/lib/python2.4/site-packages/scipy_test/testing.py", line 649, in assert_equal assert _sb.all(desired == actual), msg AssertionError: Items are not equal: DESIRED: array([ 2.5, 0. , -1.5, 0. ]) ACTUAL: array([ 2.50000000e+00, 0.00000000e+00, -1.50000000e+00, 3.10191936e-17]) ====================================================================== FAIL: check_diag (scipy.linalg.basic.test_basic.test_tri) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jmiller/work/lib/python2.4/site-packages/scipy/linalg/tests/test_basic.py", line 427, in check_diag assert_equal(tri(4,k=1),array([[1,1,0,0], File "/home/jmiller/work/lib/python2.4/site-packages/scipy_test/testing.py", line 649, in assert_equal assert _sb.all(desired == actual), msg AssertionError: Items are not equal: DESIRED: array([[1, 1, 0, 0], [1, 1, 1, 0], [0, 1, 1, 1], [1, 1, 1, 1]]) ACTUAL: array([[1, 1, 0, 0], [1, 1, 1, 0], [1, 1, 1, 1], [1, 1, 1, 1]],'b') ====================================================================== FAIL: check_diag (scipy.linalg.basic.test_basic.test_triu) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jmiller/work/lib/python2.4/site-packages/scipy/linalg/tests/test_basic.py", line 494, in check_diag assert_equal(tril(a,k=-2),b) File "/home/jmiller/work/lib/python2.4/site-packages/scipy_test/testing.py", line 649, in assert_equal assert _sb.all(desired == actual), msg AssertionError: Items are not equal: ---------------------------------------------------------------------- Ran 1172 tests in 6.999s FAILED (failures=11) [455000 refs] >>>