[SciPy-user] Test failure

Pawel Wielgus pawel.wielgus at gmail.com
Thu Jan 19 22:28:21 EST 2006


Dear SciPy Users,

I've just installed SciPy for the first time in my life (with a lot of
problems when using svn core and scipy, but smoothly and succesfuly when
using Scipy_core-0.3.2.tar.gz and SciPy-0.3.2.tar.gz +FFTW +ATLAS
binaries -DJBFTT [for DJBFFT I had some compilation problems, but
honestly I did not dig it deeper]). Anyway, finally I run some tests.
After t=scipy.test() I have:
Ran 972 tests in 2.042s
OK

But after scipy.test(level=10,verbosity=2) I receive an error:
======================================================================
FAIL: check_normal (scipy.stats.morestats.test_morestats.test_anderson)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/local/lib/python2.3/site-packages/scipy/stats/tests/test_morestats.py",
line 47, in check_normal
    assert_array_less(crit[:-1], A)
  File "/usr/local/lib/python2.3/site-packages/scipy_test/testing.py",
line 708, in assert_array_less
    assert cond,\
AssertionError:
Arrays are not less-ordered (mismatch 25.0%):
        Array 1: [ 0.538  0.613  0.736  0.858]
        Array 2: 0.816053551457


----------------------------------------------------------------------
Ran 986 tests in 113.680s

FAILED (failures=1)
<unittest.TextTestRunner object at 0xb57ec20c>

Is there any particular reason for that? What does it mean?

Thanks in advance

Goosi




More information about the SciPy-User mailing list