numarray.fft causes fatal Python error
![](https://secure.gravatar.com/avatar/230e9ef2d54e875c6a9f7351202ac3bf.jpg?s=120&d=mm&r=g)
June 8, 2007
2:40 p.m.
% python Python 2.5.1 (r251:54863, May 11 2007, 11:07:19) [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin Type "help", "copyright", "credits" or "license" for more information. from >>> from numarray import *
import numarray.fft a = array([1., 0., 1., 0., 1., 0., 1., 0.]) + 10 for i in range(5000): ... b = numarray.fft.fft(a).real ... Fatal Python error: deallocating None Abort trap
I am using Numarray 1.5.2. See also: https://sourceforge.net/tracker/?func=detail&atid=450446&aid=1732413&group_id=1369 Sébastien
6457
Age (days ago)
6457
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sebastien Maret