[SciPy-Dev] PR for overlap-add convolution
Nathaniel Smith
njs at pobox.com
Fri Sep 27 02:17:01 EDT 2019
On Thu, Sep 26, 2019 at 8:56 PM Todd <toddrjen at gmail.com> wrote:
> To be clear, the situations where it falls back on fftconvolve are the situations where oaconvolve reduces to fftconvolve.
I definitely wouldn't expose any argument to let users control this then.
You could have an internal function that has that argument, write the
fine-grained tests against that internal function, and then have a
public wrapper that just calls the internal function.
-n
--
Nathaniel J. Smith -- https://vorpus.org
More information about the SciPy-Dev
mailing list