PyFVCOM
PyFVCOM copied to clipboard
TypeError: 'module' object is not callable (scipy.fft)
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())