[SciPy-dev] New test failures scipy 0.8.0.dev5585
Nils Wagner
nwagner@iam.uni-stuttgart...
Sun Feb 22 03:30:05 CST 2009
Hi all,
I see some new test failures beside the special function
issues (python2.4, scipy 0.8.0.dev5585, numpy
1.3.0.dev6450)
======================================================================
FAIL: Test generator for parametric tests
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/nose-0.10.3-py2.4.egg/nose/case.py",
line 182, in runTest
self.test(*self.arg)
File
"/usr/lib/python2.4/site-packages/scipy/misc/tests/test_pilutil.py",
line 35, in tst_fromimage
assert img.min() >= imin
AssertionError
======================================================================
FAIL: Test generator for parametric tests
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/nose-0.10.3-py2.4.egg/nose/case.py",
line 182, in runTest
self.test(*self.arg)
File
"/usr/lib/python2.4/site-packages/scipy/misc/tests/test_pilutil.py",
line 35, in tst_fromimage
assert img.min() >= imin
AssertionError
======================================================================
FAIL: test_morestats.test_fligner
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/nose-0.10.3-py2.4.egg/nose/case.py",
line 182, in runTest
self.test(*self.arg)
File
"/usr/lib/python2.4/site-packages/scipy/stats/tests/test_morestats.py",
line 117, in test_fligner
(3.2282229927203558, 0.072379187848207877))
File
"/usr/lib/python2.4/site-packages/numpy/testing/utils.py",
line 303, in assert_array_equal
verbose=verbose, header='Arrays are not equal')
File
"/usr/lib/python2.4/site-packages/numpy/testing/utils.py",
line 295, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not equal
(mismatch 100.0%)
x: array([ 3.228, 0.072])
y: array([ 3.228, 0.072])
Nils
More information about the Scipy-dev
mailing list