[SciPy-dev] New test failures scipy 0.8.0.dev5585

josef.pktd at gmail.com josef.pktd at gmail.com
Sun Feb 22 07:37:48 EST 2009


On Sun, Feb 22, 2009 at 4:30 AM, Nils Wagner
<nwagner at iam.uni-stuttgart.de> wrote:
> 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_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])
>

fixed in trunk, reduced precision required for test instead of
assert_equal. The test passed on win32 with equal, so I didn't catch
this

Thanks,

Josef



More information about the SciPy-Dev mailing list