19.04.2013 22:06, Chris Barker - NOAA Federal kirjoitti: > On Fri, Apr 19, 2013 at 11:31 AM, Nathaniel Smith <[email protected]> wrote: >> On 19 Apr 2013 19:22, "Chris Barker - NOAA Federal" <[email protected]> >> wrote: >>> Anyway -- going to HDF, or netcdf, or role-your-own really seems like >>> overkill for this. I just need something fast and simple and it >>> doesn't need to interchange with anything else. >> >> Just use pickle...? > > hmm -- for some reason, I always have thought as pickle as unreliable > and ill-suited to numpy arrays -- we developed savez for a reason... > but maybe I just need to give it a shot and see how it works.
protocol=2 so it doesn't needlessly ascii-quote the data. -- Pauli Virtanen _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
