[SciPy-dev] FAILED(failures=2)inscipy.test()with Python 2.3.2
Nils Wagner
wagner.nils at vdi.de
Thu Nov 20 07:15:33 CST 2003
Dear experts,
In contrast to Python 2.2 scipy.test() with Python2.3.2 results in
other failures, namely
======================================================================
FAIL: check_random_complex
(scipy.linalg.decomp.test_decomp.test_cholesky)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.3/site-packages/scipy/linalg/tests/
test_decomp.py", line 276, in check_random_complex
assert_array_almost_equal(cholesky(a),c)
File "/usr/local/lib/python2.3/site-packages/scipy_test/testing.py", line
592, in assert_array_almost_equal
assert alltrue(ravel(reduced)),\
AssertionError:
Arrays are not almost equal:
======================================================================
FAIL: check_simple_complex
(scipy.linalg.decomp.test_decomp.test_cholesky)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.3/site-packages/scipy/linalg/tests/
test_decomp.py", line 250, in check_simple_complex
assert_array_almost_equal(cholesky(a),c)
File "/usr/local/lib/python2.3/site-packages/scipy_test/testing.py", line
592, in assert_array_almost_equal
assert alltrue(ravel(reduced)),\
AssertionError:
Arrays are not almost equal:
----------------------------------------------------------------------
Ran 1028 tests in 2.334s
FAILED (failures=2)
<unittest.TextTestRunner object at 0x418e820c>
>>>
For what reason ?
Nils
More information about the Scipy-dev
mailing list