2010/6/23 Ruben Salvador <rsalvador...@gmail.com>:
> Therefore, is this a bug? Shouldn't EOFError be raised instead of IOError?
> Or am I missunderstanding something? If this is not a bug, how can I detect
> the EOF to stop reading (I expect a way for this to work without tweaking
> the code with saving first in the file the number of dumps done)?

Maybe you can make use of numpy.savez,
http://docs.scipy.org/doc/numpy/reference/generated/numpy.savez.html#numpy-savez
.

Friedrich
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to