Numpy and cPickle

Martin Manns mmanns at gmx.net
Thu Apr 13 00:31:42 EDT 2006


Robert Kern wrote:
> Martin Manns wrote:

>> If I cPickle a numpy array under Linux and un-cPickle it under Solaris
>> 10, my arrays seem to be transposed. 
> Transposed? That's odd. There was a byteorder issue with pickles going across
> differently-endianed platforms that was fixed in the past few days. Could you
> come up with a small bit of code that shows the problem and post it and the
> incorrect output to the bug tracker?

Sorry, I my ad-hoc small example does not reproduce the error even
though the files generated on both platforms differ. I will try to set
up the code tomorrow.

Thank you though for the fast response

Martin



More information about the Python-list mailing list