[SciPy-user] Install problem - Overwriting message when importing scipy

Pearu Peterson pearu at scipy.org
Wed Dec 21 07:38:35 EST 2005



On Wed, 21 Dec 2005, Robert Kern wrote:

> Hugo Gamboa wrote:
>
>> ======================================================================
>> FAIL: check_round (scipy.special.basic.test_basic.test_round)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>   File
>> "/usr/lib/python2.4/site-packages/scipy/special/tests/test_basic.py",
>> line 1799, in check_round
>>     assert_array_equal(rnd,rndrl)
>>   File "/usr/lib/python2.4/site-packages/scipy/test/testing.py", line
>> 738, in assert_array_equal
>>     assert cond,\
>> AssertionError:
>> Arrays are not equal (mismatch 25.0%):
>>         Array 1: [10 10 11 11]
>>         Array 2: [10 10 10 11]
>
> Yes, this is a known, platform-dependent bug. Please read the comment in the
> code for the unit test.

Ok, but what code has the bug? And can we fix it, say, by patching 
cephes/round.c?

Pearu




More information about the SciPy-User mailing list