Skip to content

Revert "Added nframes kwarg to frameCPP GWF reader"

Duncan Macleod requested to merge revert-598-framecpp-nframes into develop

Reverts gwpy/gwpy#598

Further testing has revealed that this change has no impact. The slowness of GetNumberOfFrames is because that call is the first to access data, so lots of stuff happens - removing this call just shifts that slow operation to a slightly later point.

Merge request reports