bug in numarray?

Robert Kern rkern at ucsd.edu
Wed Sep 7 17:41:18 EDT 2005


Xiangyi wrote:
> Hi, there,
> 
>  I got the following segmentation fault.
> 
>>from numarray import *
>>a = zeros((5,100), Float64)
>>b = kroneckerproduct(a, identity(12))
>>segmentation fault
> 
>  If I use a = zeros((5,100)), everything is fine. Kind of weird!
>  Can someone help me figure it out? BTW, the python version is 2.4.1 and 
> numarray 1.3.2

Works for me on OS X using Python 2.4.1 and the latest CVS numarray.
Please try with the latest CVS numarray, and if it still doesn't work,
then please ask again on the numpy-discussion list.

http://lists.sourceforge.net/lists/listinfo/numpy-discussion

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the Python-list mailing list