[SciPy-Dev] FAIL: test_expon (test_morestats.TestAnderson)

Nils Wagner nwagner at iam.uni-stuttgart.de
Wed Mar 16 16:14:45 EDT 2011


Is this a known issue ?
>>> scipy.__version__
'0.10.0.dev7179'

======================================================================
FAIL: test_expon (test_morestats.TestAnderson)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/scipy/stats/tests/test_morestats.py", 
line 72, in test_expon
     assert_array_less(crit[:-1], A)
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/numpy/testing/utils.py", 
line 869, in assert_array_less
     header='Arrays are not less-ordered')
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/numpy/testing/utils.py", 
line 613, in assert_array_compare
     chk_same_position(x_id, y_id, hasval='inf')
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/numpy/testing/utils.py", 
line 588, in chk_same_position
     raise AssertionError(msg)
AssertionError:
Arrays are not less-ordered

x and y inf location mismatch:
  x: array([ 0.911,  1.065,  1.325,  1.587])
  y: array(inf)





More information about the SciPy-Dev mailing list