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

read_stb() btag mismatch #47

Open
Se7enLC opened this issue Aug 21, 2018 · 0 comments
Open

read_stb() btag mismatch #47

Se7enLC opened this issue Aug 21, 2018 · 0 comments

Comments

@Se7enLC
Copy link

Se7enLC commented Aug 21, 2018

If you call read_stb() more than ~128 times, there's a btag mismatch.

I was able to fix the problem by changing this line:
rstb_btag = (self.last_rstb_btag % 128) + 1
to
rstb_btag = (self.last_rstb_btag + 1) % 128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant