Skip to content

Fixed bug in Spectrogram.filter

This PR fixes a problem using numpy.ndarray.abs in Spectrogram.filter - either this method has never existed, or is only available in an advanced version of numpy.

Also included is a unit test for Spectrogram.filter that would have exposed the bug.

Merge request reports