[Numpy-discussion] python eats memory like the cookie monster eats cookies
Sebastian Haase
haase@msg.ucsf....
Sun Feb 4 18:36:04 CST 2007
On 2/4/07, Robert Kern <robert.kern@gmail.com> wrote:
> 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
Is there *any* support for old Numeric on this list !?
Maybe it should be officially stated that the one way to go is
numpy
and that problems with Numeric ( or numarray ) can only be noticed but
will likely not get fixed....
-Sebastian
More information about the Numpy-discussion
mailing list