[SciPy-user] IMPORTANT BUG in scipy... rescue me !!

Brett G. Olivier bgoli at sun.ac.za
Tue Aug 31 17:02:50 EDT 2004


Hi

I get the following (PIII, Win2k, Python 2.3.2) these are the N values
where the error begins.

SciPy                       Numeric
typecode='D'                typecode='D'
N=258144 FAIL               N=258140 FAIL

typecode='F'                typecode='F'
N=258140 FAIL               N=258140 FAIL

scipy.__version__ = '0.3.1_283.4226'
Numeric.__version__ = '23.3'
Both compiled with MinGW GCC 3.3.3

Hope this helps
Brett


> If someone using the latest version (0.3.1_283.422) could try to
> reproduce the
> bug (with the 3 lines just below), and tell me about it, it would be
> helpfull ...
>
> Thanks in advance,
>
> christophe grimault wrote:
>
>> Hi all,
>>
>> There is a critical bug in scipy, about *very* basic operations
>> between arrays,
>> under MS Windows. Here's the facts :
>>
>> import scipy
>> a=scipy.arange( N, typecode='F' )
>> c=a*a


--
Brett G. Olivier (bgoli at sun dot ac dot za )
Triple-J Group for Molecular Cell Physiology, Stellenbosch University
http://glue.jjj.sun.ac.za/~bgoli
Tel +27-21-8085871  Fax +27-21-8085863
Mobile +27-82-7329306




More information about the SciPy-User mailing list