Skip to content

Ensure percentile spectra have the same units as the parent Spectrogram

Duncan Macleod requested to merge github/fork/alurban/percentile-unit into master

Created by: alurban

This PR fixes a minor bug in which Spectrogram.percentile returns a FrequencySeries with no units. The fix is to ensure that the FrequencySeries has the same units as the parent Spectrogram.

cc @duncanmmacleod

Merge request reports