[Numpy-discussion] memmap, write through and flush
Robert Kern
robert.kern@gmail....
Wed Aug 12 11:04:58 CDT 2009
On Sat, Aug 8, 2009 at 21:33, Tom Kuiper<kuiper@jpl.nasa.gov> wrote:
> There is something curious here. The second flush() fails. Can anyone
> explain this?
numpy.append() does not append values in-place. It is just a
convenience wrapper for numpy.concatenate().
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
-- Umberto Eco
More information about the NumPy-Discussion
mailing list