[SciPy-user] test fails in 0.7rc2

Gideon Simpson simpson at math.toronto.edu
Mon Jan 26 16:44:58 EST 2009


Not sure how serious this is, but:

======================================================================
FAIL: test_x_stride (test_fblas.TestCgemv)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/usr/local/nonsystem/simpson/lib/python2.5/site-packages/ 
scipy/lib/blas/tests/test_fblas.py", line 345, in test_x_stride
     assert_array_almost_equal(desired_y,y)
   File "/usr/local/nonsystem/simpson/lib/python2.5/site-packages/ 
numpy/testing/utils.py", line 311, in assert_array_almost_equal
     header='Arrays are not almost equal')
   File "/usr/local/nonsystem/simpson/lib/python2.5/site-packages/ 
numpy/testing/utils.py", line 296, in assert_array_compare
     raise AssertionError(msg)
AssertionError:
Arrays are not almost equal

(mismatch 33.3333333333%)
  x: array([  7.42531872 -7.42531872j,   4.58355808 -2.58355808j,
        -12.38274670+16.38274765j], dtype=complex64)
  y: array([  7.42531872 -7.42531872j,   4.58355808 -2.58355808j,
        -12.38274670+16.38274574j], dtype=complex64)

----------------------------------------------------------------------

-gideon




More information about the SciPy-User mailing list