Re: Numpy and cPickle
- From: Robert Kern <robert.kern@xxxxxxxxx>
- Date: Wed, 12 Apr 2006 22:01:10 -0500
Martin Manns wrote:
Hi
If I cPickle a numpy array under Linux and un-cPickle it under Solaris
10, my arrays seem to be transposed. Is there any way to get the same
behavior on both platforms without testing which platform the python
script runs on and then transposing the array?
I am using python 2.4.2 and numpy 0.9.6 on both machines.
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?
http://projects.scipy.org/scipy/numpy/newticket
Thank you!
--
Robert Kern
robert.kern@xxxxxxxxx
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
.
- Follow-Ups:
- Re: Numpy and cPickle
- From: Martin Manns
- Re: Numpy and cPickle
- References:
- Numpy and cPickle
- From: Martin Manns
- Numpy and cPickle
- Prev by Date: how to install PYCURL 7.15.2 on windows 2003?
- Next by Date: Re: quiet conversion functions
- Previous by thread: Numpy and cPickle
- Next by thread: Re: Numpy and cPickle
- Index(es):
Relevant Pages
|