Skip to content

Fix reading a contiguous series of files with LALFrame

Duncan Macleod requested to merge github/fork/duncanmmacleod/fix-1486 into main

This PR fixes #1486 (closed) by fixing an issue with how the LALFrame API (gwpy.timeseries.io.gwf.lalframe) pins the 'end' time of a read request. This effectively now matches the behaviour of the framecpp and framel APIs.

Merge request reports