Skip to content

BUG: fftconv typo #9

@andykee

Description

@andykee

This is a bug:

k = np.fft.fft2(array) if fft_kernel else kernel

line should read

k = np.fft.fft2(kernel) if fft_kernel else kernel

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