Re: [Numpy-discussion] Strange numpy behaviour with pickle

2006-12-08 Thread Jerome Fuselier
I used numpy 0.9.5 with python 2.4.3 and it fails. So given your input I tested with python 2.5 and numpy 1.0 and it works for me too. Thanks I'll just have to convince administrator to upgrade numpy installation for everyone now :) Jerome Charles R Harris wrote: On 11/23/06, Jerome

Re: [Numpy-discussion] Strange numpy behaviour with pickle

2006-12-07 Thread Charles R Harris
On 11/23/06, Jerome Fuselier <[EMAIL PROTECTED]> wrote: Hello, I've discovered a small problem when I tried to save a numpy array with the pickle module. The dumped array is not always equal to the loaded one and the error is not always here, depending on the way I express matrix operations.

[Numpy-discussion] Strange numpy behaviour with pickle

2006-12-05 Thread Jerome Fuselier
Hello,  I've discovered a small problem when I tried to save a numpy array with the pickle module. The dumped array is not always equal to the loaded one and the error is not always here, depending on the way I express matrix operations. I illustrated the error with a small script attached w