From: Travis O. <oli...@ie...> - 2006-09-06 23:33:53
|
PGM wrote: > Folks, > I was playing around the numpy.fftpack when I ran into the problem below: > it seems that axis=None is not valid with fft. Is there a reason for that ? Not really, other than history and the fact that sub-packages of NumPy will often define their own behavior. Perhaps we could implement it, but would this create more confusion as usually when axis=None is accepted then it is the default. -Travis |