Skip to content

Patch to work around segmentation fault when iterating in frameCPP

This PR patches gwpy.timeseries.io.gwf.framecpp to work around a segmentation default from LDAStools.frameCPP when iterating directly over FrAdcData.data. The trick is to extract the size first and enumerate that (credit to @emaros for working that out).

Merge request reports