Skip to content

Comments

Fix calculation of frame count for gapit trim#2629

Merged
hevrard merged 1 commit intogoogle:masterfrom
hevrard:fix-gapit-trim
Feb 28, 2019
Merged

Fix calculation of frame count for gapit trim#2629
hevrard merged 1 commit intogoogle:masterfrom
hevrard:fix-gapit-trim

Conversation

@hevrard
Copy link
Contributor

@hevrard hevrard commented Feb 27, 2019

The frame count is from the Start index, included, to the end of
eofEvents. In the extreme case of Start being index zero,
frameCount should be equal to len(eofEvents), so the '+ 1' was
erroneous (perhaps due to forgetting Start is an index value).

Fix #2608

The frame count is from the Start index, included, to the end of
eofEvents. In the extreme case of Start being index zero,
frameCount should be equal to len(eofEvents), so the '+ 1' was
erroneous (perhaps due to forgetting Start is an index value).
@hevrard hevrard merged commit 7324ea3 into google:master Feb 28, 2019
@hevrard hevrard deleted the fix-gapit-trim branch March 27, 2019 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants