[SciPy-user] scipy.test(1) FAIL: check_basic (test_morestats.test_shapiro)

My VDI Freemail wagner.nils at vdi.de
Tue Oct 15 16:44:16 EDT 2002


Hi,

I am using latest CVS that is

>>> scipy.__version__
'0.2.0_alpha_144.4360'

Running scipy.test(1) gives the following messages

BTW some information concerning my OS

SuSE 8.1

Python 2.2.1 (#1, Sep 10 2002, 17:49:17)
[GCC 3.2] on linux2


creating test suite for: scipy.linalg.matfuncs
   !! FAILURE building test for  scipy.linalg.matfuncs
    <string>:1: ImportError: No module named test_matfuncs (in ?)


======================================================================
FAIL: check_basic (test_morestats.test_shapiro)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.2/site-packages/scipy/stats/tests/test_morestats.py", line 30, in check_basic
    assert_almost_equal(w,0.90047299861907959,8)
  File "/usr/lib/python2.2/site-packages/scipy_test/testing.py", line 335, in assert_almost_equal
    assert round(abs(desired - actual),decimal) == 0, msg
AssertionError:
Items are not equal:
DESIRED: 0.900472998619
ACTUAL: 0.900472939014

Any idea ?

Nils




More information about the SciPy-User mailing list