[SciPy-dev] bugs in scipy / Numeric

Stephen Walton stephen.walton at csun.edu
Sun Nov 6 10:49:15 EST 2005


Andrew Straw wrote:

>The follwing code apparently exhibits 2 bugs on my linux (Debian sarge)
>AMD64 system. I'm using scipy/newcore scipy/newscipy from SVN as of a
>few minutes ago and Numeric from CVS ditto (from
>:pserver:anonymous at cvs.sourceforge.net:/cvsroot/numpy/Numerical is this
>right?). Numeric 24.1 was used in the initial version of this test, but
>I updated to CVS just in case something had changed to fix the bug.
>  
>
I get different output on my system (Fedora Core 4):

scipy.__scipy_version__ 0.4.2_1422
Numeric.__version__ 24.1

Traceback (most recent call last):
  File "andrew.py", line 10, in ?
    b=Numeric.array(a)
ValueError: Invalid type for array

Notice that in my case the conversion of a list of Scipy scalars to a 
Numeric array fails.




More information about the SciPy-Dev mailing list