--- On Mon, 12/8/08, Robert Kern <[EMAIL PROTECTED]> wrote:

> From: Robert Kern <[EMAIL PROTECTED]>
> Subject: Re: [Numpy-discussion] What to use to read and write numpy arrays to 
> a file?
> 
> The most bulletproof way would be to use numpy.save() and
> numpy.load(), but this is a binary format, not a text one.
> 
> -- 
> Robert Kern
> 

Thanks, Robert.  I may have to go that route, assuming that the save and load 
pair preserve shape, i.e. I don't have to know the shape when I read back in.


-- Lou Pecora,   my views are my own.




      
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to