[Numpy-discussion] numarray.convolve bug and a fix

Nadav Horesh nadavh at VisionSense.com
Sun Oct 19 08:13:21 EDT 2003


numarray.convolve.correlate2d (and probably some other functions in the
convolve module) doesn't work with the option fft=1.

Fix:
 in iraf_frame.py line 28 and Convolve.py line 136 replace
 "type=" by "typecode="

Nadav.





More information about the NumPy-Discussion mailing list