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
> 
> Many thanks!
> Xiangyi
> 
>>
>> -- 
>> http://mail.python.org/mailman/listinfo/python-list
>>
> 
> 
Looks OK to me, Winodows XP, Python 2.4.1, numarray 1.3.3

Colin W.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to