Skip to content

TimeSeries.read: fix bug in reading with default GWF format lalframe

This PR improves the unit tests for TimeSeries.read() to check that each GWF format works with and without the format keyword argument being given.

Given that this test currently fails for format='lalframe', subsequent commits will fix the problems with that format.

Thanks to @mattpitkin for his patience in reporting and helping me diagnose the problem.

Merge request reports