Closed rmcgibbo closed 9 years ago
@argriffing pointed out on the numpy list that there's already a hidden function in scipy.signal for this getting the fast padding size, so we can remove this code. https://github.com/scipy/scipy/pull/3144
good find
It's now scipy.fftpack.helper.next_fast_len
scipy.fftpack.helper.next_fast_len
@argriffing pointed out on the numpy list that there's already a hidden function in scipy.signal for this getting the fast padding size, so we can remove this code. https://github.com/scipy/scipy/pull/3144