Niels Provos wrote:
> Good morning,
>
> not sure if I got the right list, but I hope that somebody here will
> be able to shed some light on a Python-related memory problem. The
> following code eats over >2GB of memory and fails with MemoyError
> after just a few iterations.
Here is a minimal e
Sebastian Haase wrote:
> Is there *any* support for old Numeric on this list !?
Not unless if you are offering some.
> 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
T
On 2/4/07, Robert Kern <[EMAIL PROTECTED]> 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 bu
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 wh
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?
Thank you,
Niels.
On 2/4/07, Robert Kern <[EMAIL PROTECTED]> wrote:
> Niels Provos wrote:
> > Good morning,
> >
Niels Provos wrote:
> Good morning,
>
> not sure if I got the right list, but I hope that somebody here will
> be able to shed some light on a Python-related memory problem. The
> following code eats over >2GB of memory and fails with MemoyError
> after just a few iterations.
>
> def ZeroPadData
Good morning,
not sure if I got the right list, but I hope that somebody here will
be able to shed some light on a Python-related memory problem. The
following code eats over >2GB of memory and fails with MemoyError
after just a few iterations.
def ZeroPadData(A, shape):
a = Numeric.zeros(sh