M
Martin Manns
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.
Thanks in advance
Martin
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.
Thanks in advance
Martin