[SciPy-dev] 0.8.0.dev5656 test_pbdv bug

Pauli Virtanen pav at iki.fi
Wed Apr 15 16:35:32 EDT 2009


Wed, 15 Apr 2009 22:13:26 +0200, Xavier Gnata wrote:
[clip]
> '0.8.0.dev5661' and there is still a bug:
> ======================================================================
> FAIL: test_pbdv (test_basic.TestCephes)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.6/dist-packages/scipy/special/tests/
test_basic.py",
> line 370, in
> test_pbdv
>    
> assert_equal(cephes.pbdv(1,0),(0.0,0.0))

You have a stale install or something similar, that line is not there any 
more in r5661.

[clip]
> BWT, is there a way to compile scipy/numpy in debug mode and to run it
> under valgrind?

Yes,

	python2.5 setup.py build --debug

	valgrind python2.5 -c 'import scipy; scipy.test()'

-- 
Pauli Virtanen




More information about the SciPy-Dev mailing list