[Numpy-discussion] python eats memory like the cookie monster eats cookies

Robert Kern robert.kern at gmail.com
Sun Feb 4 16:34:04 EST 2007


Niels Provos wrote:
> The missing imports are
> 
> import Numeric # for zeros and ones
> from scipy.fftpack import fft2,ifft2
> 
> Curiously, replacing Numeric.zeros with scipy.zeros makes the problem
> go away.  Why?

Possibly a bug in Numeric.

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