Closed martinberoiz closed 1 year ago
Hi @jkanner, this is a fix for the issue at #3. The diff is too big to see, but the actual fix is just to change this line:
strain = TimeSeries.read(fn,format='hdf5.losc')
to
strain = TimeSeries.read(fn,format='hdf5.gwosc')
This fixes a small bug in the notebook.