Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix calculation of frame count for gapit trim #2629

Merged
merged 1 commit into from
Feb 28, 2019

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