Re: [Numpy-discussion] memoryerror with numpy.fromfile

2009-05-21 Thread Pauli Virtanen
Thu, 21 May 2009 12:14:18 -0600, Michael Hearne wrote: > All: Never mind! The file I was attempting to read was part of an > (apparently) silently incomplete download, and as such, the file size > didn't match the metadata in the header file describing the data file, > and I was reading beyond t

Re: [Numpy-discussion] memoryerror with numpy.fromfile

2009-05-21 Thread Michael Hearne
All: Never mind! The file I was attempting to read was part of an (apparently) silently incomplete download, and as such, the file size didn't match the metadata in the header file describing the data file, and I was reading beyond the end of the file. I would submit that MemoryError is p

Re: [Numpy-discussion] memoryerror with numpy.fromfile

2009-05-21 Thread Charles R Harris
On Thu, May 21, 2009 at 10:31 AM, Michael Hearne wrote: > I am getting a MemoryError from a numpy.fromfile() call in an > application I am trying to deploy. Normally I would assume that this > would mean that I don't have enough memory available on the system. > However, if I run vmstat (Linux)

Re: [Numpy-discussion] memoryerror with numpy.fromfile

2009-05-21 Thread Pauli Virtanen
Thu, 21 May 2009 10:31:28 -0600, Michael Hearne wrote: > I am getting a MemoryError from a numpy.fromfile() call in an > application I am trying to deploy. Normally I would assume that this > would mean that I don't have enough memory available on the system. > However, if I run vmstat (Linux) at

[Numpy-discussion] memoryerror with numpy.fromfile

2009-05-21 Thread Michael Hearne
I am getting a MemoryError from a numpy.fromfile() call in an application I am trying to deploy. Normally I would assume that this would mean that I don't have enough memory available on the system. However, if I run vmstat (Linux) at the same time as my process, I see that I have 3+ Giga