[SciPy-user] scipy.test('fast') failed

My VDI Freemail wagner.nils at vdi.de
Wed Oct 2 16:35:22 EDT 2002


-------------------
> 
> On Wed, 2 Oct 2002, My VDI Freemail wrote:
> 
> > The result of scipy.test(1) is also an infinite loop.
> 
> Strange, here scipy.test(1) works fine:
> 
> >>> scipy.test(1)
> No test suite found for  scipy.__cvs_version__
>  creating test suite for: scipy.common
> No test suite found for  scipy.helper
> 
> <snip>
> 
> Ran 428 tests in 1.243s
> 
> OK
> <unittest.TextTestRunner instance at 0x93368b4>
> >>> scipy.__version__ 
> '0.2.0_alpha_139.4232'
> 
> > Any suggestion ?
> 
> Once we had the same problem from weave tests. Since then weave has
> changed quite a bit and may be you have old weave bits in your system.
> 
> Suggestions:
> 
> 1) Try to run scipy module tests separately to find out which module is
> causing the infinite loop:
> 
> >>> scipy.linalg.test(1)
> >>> scipy.stats.test(1)
> >>> scipy.weave.test(1)
> etc.
> 
> 2) Remove all installed scipy modules and the scipy/build directory,
> and rebuild scipy from a clean source tree.
> 
> Pearu

Thank you very much. I have removed all the stuff.
However, there is one failure


======================================================================
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

----------------------------------------------------------------------
Ran 428 tests in 1.098s

FAILED (failures=1)
<unittest.TextTestRunner instance at 0x860d294>

Nils


> 
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
> 




More information about the SciPy-User mailing list