bug in numarray?

Xiangyi mxywp at 126.com
Wed Sep 7 17:25:36 EDT 2005


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

 Many thanks!
 Xiangyi
>
> -- 
> http://mail.python.org/mailman/listinfo/python-list
> 





More information about the Python-list mailing list