[SciPy-user] Bug in ndimage package

Stéfan van der Walt stefan at sun.ac.za
Tue Mar 10 10:26:40 EDT 2009


2009/3/10 Nadav Horesh <nadavh at visionsense.com>:
>
> Line 61 in scipy/ndimage/fourier.py:
>
>             output = numpy.zeros(input.shape, dtype = numpy.Complex64)
>
> should be complex128 instead of Complex64

Thanks, fixed in r5615.  This should have been caught by our unit
tests.  Do you have a code snippet that we can use as a regression
test?

Cheers
Stéfan



More information about the SciPy-User mailing list