[SciPy-dev] A persistent failure with latest svn
Nils Wagner
nwagner at iam.uni-stuttgart.de
Fri Jun 2 04:06:33 CDT 2006
======================================================================
FAIL: check_variation (scipy.stats.tests.test_stats.test_moments)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/scipy/stats/tests/test_stats.py", line
801, in check_variation
assert_approx_equal(y,0.44721359549996, 10)
File "/usr/lib/python2.4/site-packages/numpy/testing/utils.py", line
184, in assert_approx_equal
assert math.fabs(sc_desired - sc_actual) < pow(10.,-1*significant), msg
AssertionError:
Items are not equal to 10 significant digits:
DESIRED: 0.44721359549995998
ACTUAL: 0.3872983346207417
----------------------------------------------------------------------
Ran 1518 tests in 7.017s
FAILED (failures=1)
More information about the Scipy-dev
mailing list