[Numpy-discussion] A numpy accumulator...

Robert Kern robert.kern at gmail.com
Sat Oct 3 03:32:13 EDT 2009


On Sat, Oct 3, 2009 at 02:26, Christopher Barker <Chris.Barker at noaa.gov> wrote:
> The implementation I have now uses a regular numpy array as the
> "buffer". The buffer is re-sized as needed with ndarray.resize(). I've
> enclosed the class, a bunch of tests (This is the first time I've ever
> really done test-driven development, though I wouldn't say that this is
> a complete test suite).

Forgot the attachment?

-- 
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