Skip to content

Fixed bug in writing TimeSeriesDict with HDF5

Duncan Macleod requested to merge github/fork/duncanmmacleod/627 into develop

This PR fixes #627 (closed) by patching gwpy.timeseries.io.wav to catch errors identifying wav-format files. I also patched this a second time by explicitly setting format='hdf5' for the TimeSeries.write calls inside of TimeSeriesDict.write for format='hdf5'.

Merge request reports