Skip to content

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

@liesvyvall

Description

@liesvyvall

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())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions