[SciPy-dev] Version 1471 should have my changes

Robert Cimrman cimrman3 at ntc.zcu.cz
Thu Dec 1 02:46:56 EST 2005


Travis Oliphant wrote:
> Well I've been on a different page with scipy development since the 
> 0.4.3 tagging.
> 
> My changes were not getting placed on the main tree because of my silly 
> mistake.
> 
> After some fiddling, I've finally merged changes back to the HEAD 
> revision of scipy.
> 
> Hopefully I didn't mess something else up.

Thanks, the 12 error problem has disappeared now!

But a new failure came:

======================================================================
FAIL: check_expon (scipy.stats.morestats.test_morestats.test_anderson)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/home/share/software/usr/lib/python2.4/site-packages/scipy/stats/tests/test_morestats.py", 
line 57, in check_expon
     assert_array_less(A, crit[-2:])
   File "/usr/lib/python2.4/site-packages/scipy/test/testing.py", line 
782, in assert_array_less
AssertionError:
Arrays are not less-ordered (mismatch 50.0%):
         Array 1: 1.8661555117137354
         Array 2: [ 1.587               1.9339999999999999]


----------------------------------------------------------------------
Ran 1377 tests in 146.900s

FAILED (failures=1)

r.




More information about the SciPy-Dev mailing list