
6 Sep
2006
6 Sep
'06
8:33 p.m.
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