[SciPy-dev] FAIL: test_pbdv (test_basic.TestCephes)

Xavier Gnata xavier.gnata at gmail.com
Sat Jan 17 11:02:39 EST 2009


Hi,

On kubuntu 64bits, scipy svn:

This issue is still open on my box:
FAIL: test_pbdv (test_basic.TestCephes)                              
----------------------------------------------------------------------
Traceback (most recent call last):                                   
  File
"/usr/lib/python2.5/site-packages/scipy/special/tests/test_basic.py",
line361, in test_pbdv
    assert_equal(cephes.pbdv(1,0),(0.0,0.0))
  File "/usr/lib/python2.5/site-packages/numpy/testing/utils.py", line
176, in assert_equal
    assert_equal(actual[k], desired[k], 'item=%r\n%s' % (k,err_msg),
verbose)
  File "/usr/lib/python2.5/site-packages/numpy/testing/utils.py", line
183, in assert_equal
    raise AssertionError(msg)
AssertionError:
Items are not equal:
item=1

 ACTUAL: 1.0
 DESIRED: 0.0

Can you reproduce that?
What else should I test to help to kill this bug?

Xavier



More information about the SciPy-Dev mailing list