[SciPy-Dev] test failures with python 2.4

Denis Laxalde denis at laxalde.org
Mon Jun 4 15:05:06 EDT 2012


Le lundi 04 juin 2012 à 20:56 +0200, Ralf Gommers a écrit :
> > Sparse:

> These are silences by https://github.com/scipy/scipy/pull/237. See
> http://projects.scipy.org/scipy/ticket/1559 for details.

Looks reasonable.

> > Special:
[...]
> >  ======================================================================
> >        FAIL: test_iv_cephes_vs_amos_mass_test (test_basic.TestBessel)
> >
> >  ----------------------------------------------------------------------
> >        Traceback (most recent call last):
> >          File
> > "/home/denis/.local/lib/python2.7/site-packages/scipy/special/tests/test_basic.py",
> > line 1659, in test_iv_cephes_vs_amos_mass_test
> >            assert_(dc[k] < 1e-9, (v[k], x[k], special.iv(v[k], x[k]),
> > special.iv(v[k], x[k]+0j)))
> >          File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line
> > 34, in assert_
> >            raise AssertionError(msg)
> >        AssertionError: (189.2947429454936, 3.0238805556481037,
> > 4.089165443940765e-317, 0j)
> >
>  This one I can't reproduce.

Did you run the test with 'full'? This particular test is marked as
slow.





More information about the SciPy-Dev mailing list