PyFVCOM icon indicating copy to clipboard operation
PyFVCOM copied to clipboard

TypeError: 'module' object is not callable (scipy.fft)

Open liesvyvall opened this issue 10 months ago • 0 comments

Error in PyFVCOM.tide.lanczos, the error is specifically in the definition of _spectral_filtering (line 1396). I think it need to be replaced:

Cx = scipy.fft.fft(x.ravel())

instead of

Cx = scipy.fft(x.ravel())

liesvyvall avatar Mar 31 '24 05:03 liesvyvall