Skip to content

Fixed crop warnings in TimeSeries.q_transform

This PR fixes a lot of UserWarnings in TimeSeries.q_transform introduced when the new whitening was merged (#868) - since the output of the new whitening is a truncated TimeSeries, the default search window in gwpy.cli.qtransform overflows the available data and causes warnings, so we just truncate the search window to match the output of the whitener.

cc: @areeda, @alurban

Merge request reports