[SciPy-dev] 0.8.0.dev5656 test_pbdv bug
Xavier Gnata
xavier.gnata@gmail....
Wed Apr 15 16:31:39 CDT 2009
Pauli Virtanen wrote:
> 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.
>
Well I'm do not understand this point
Looking at
http://svn.scipy.org/svn/scipy/trunk/scipy/special/tests/test_basic.py
I can read :
def test_pbdv(self):
assert_equal(cephes.pbdv(1,0),(0.0,0.0)
This website claims I'm looking at
Revision 5661: /trunk/scipy/special/tests
I'm must be missing something...sorry for the noise....
> [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()'
>
>
ok thanks.
Xavier
More information about the Scipy-dev
mailing list