Fixed bug in writing TimeSeriesDict with HDF5
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'
.