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
[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
<[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
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