[SciPy-user] ask help for scipy install
imcs ee
imcsee at gmail.com
Sun Apr 2 04:33:25 EDT 2006
in ubuntu5.10
i install scipy with apt-get install scipy
and run the unittest
from scipy import *
test(10)
it shows the result as below. is here any guide to solve it? thanks in
advance
======================================================================
FAIL: check_expon (scipy.stats.morestats.test_morestats.test_anderson)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/scipy/stats/tests/test_morestats.py",
line 55, in check_expon
assert_array_less(A, crit[-2:])
File "/usr/lib/python2.4/site-packages/scipy_test/testing.py", line 708,
in
assert_array_less
assert cond,\
AssertionError:
Arrays are not less-ordered (mismatch 50.0%):
Array 1: 1.65613125073
Array 2: [ 1.587 1.9339999999999999]
----------------------------------------------------------------------
Ran 986 tests in 102.422s
FAILED (failures=1)
Out[3]: <unittest.TextTestRunner object at 0xb45a580c>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20060402/f259d8b0/attachment.html>
More information about the SciPy-User
mailing list