Skip to content

Fixed bug in output type for TimeSeriesDict.fetch

This PR fixes a bug in TimeSeriesDict.fetch introduced by #457 by actually using the series_class keyword of the gwpy.timeseries.io.nds2.fetch method (that does the actual query). This is required to get a StateVector back from StateVector.fetch.

Merge request reports