[SciPy-dev] Sporadic failure using scipy.test(1,10) several times

Nils Wagner nwagner at iam.uni-stuttgart.de
Tue Jun 13 09:18:56 EDT 2006


 If I run scipy.test(1,10) several times I get a second failure (besides
the persistent one
FAIL: check_random_complex_overdet
(scipy.linalg.tests.test_basic.test_lstsq)

======================================================================
FAIL: check_y_stride_transpose (scipy.lib.blas.tests.test_fblas.test_cgemv)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/lib64/python2.4/site-packages/scipy/lib/blas/tests/test_fblas.py",
line 373, in check_y_stride_transpose
    assert_array_almost_equal(desired_y,y)
  File "/usr/lib64/python2.4/site-packages/numpy/testing/utils.py", line
233, in assert_array_almost_equal
    assert cond,\
AssertionError:
Arrays are not almost equal (mismatch 16.6666666667%):
        Array 1: [ 5.9724813 -5.9724813j  1.        +1.j       
-1.0957168 +5.095717j
  3.        +3.j        -9.5781755+17.5781746j  5. ...
        Array 2: [ 5.9724813 -5.9724813j  1.        +1.j       
-1.0957168 +5.095717j
  3.        +3.j        -9.5781755+17.5781765j  5. ...


----------------------------------------------------------------------
>>> numpy.__version__
'0.9.9.2613'
>>> scipy.__version__
'0.5.0.1955'

Can someone reproduce this sporadic failure ?

Nils




More information about the SciPy-Dev mailing list