Re: bug in python/numarray

2005-08-02 Thread Xiangyi
L PROTECTED]> To: Sent: Tuesday, August 02, 2005 1:03 PM Subject: Re: bug in python/numarray > [EMAIL PROTECTED] wrote: >> Hi, there, >> >> I got different results by running the same lines of code on windows and >> debian. Here is the code: >> >> a

Re: bug in python/numarray

2005-08-02 Thread Robert Kern
[EMAIL PROTECTED] wrote: > Hi, there, > > I got different results by running the same lines of code on windows and > debian. Here is the code: > > a = kroneckerproduct(ones((4195,1)), identity(12)) > print a.mean() > > This works perfectly well in windows but it gave the following error while

Re: bug in python/numarray

2005-08-02 Thread Terry Reedy
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, there, > > I got different results by running the same lines of code on windows and > debian. Here is the code: > > a = kroneckerproduct(ones((4195,1)), identity(12)) I don't know what this does, but wonder if it uses a lot of mem

bug in python/numarray

2005-08-02 Thread meng
Hi, there, I got different results by running the same lines of code on windows and debian. Here is the code: a = kroneckerproduct(ones((4195,1)), identity(12)) print a.mean() This works perfectly well in windows but it gave the following error while running it in debian: Traceback (most recen