[SciPy-dev] FAIL: check_normal (scipy.stats.morestats.test_morestats.test_anderson)
Pearu Peterson
pearu at scipy.org
Tue Dec 16 09:21:47 CST 2003
On Tue, 16 Dec 2003, Nils Wagner wrote:
> ======================================================================
> FAIL: check_normal (scipy.stats.morestats.test_morestats.test_anderson)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/usr/lib/python2.3/site-packages/scipy/stats/tests/test_morestats.py",
> line 49, in check_normal
> assert(scipy.all(A < crit[-2:]))
> AssertionError
When there are failures in scipy.stats testing then you should
always rerun the tests to make sure that the failure is not due
to "statistics".
With the latest scipy from CVS such error messages like the above
are now more informative. It might help using common sense when there are
failures that can be ignored.
Pearu
More information about the Scipy-dev
mailing list