numarray.fft causes fatal Python error
8 Jun
2007
8 Jun
'07
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
6431
Age (days ago)
6431
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sebastien Maret