Skip to content

Fixed unit imcompatibility in TimeSeries.whiten

Duncan Macleod requested to merge github/fork/duncanmmacleod/whiten-units into master

This fixes a problem with TimeSeries.whiten where the result of the IFFT was being applied directly to the TimeSeries with no units, resulting in a UnitsError.

Merge request reports