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

reader: fix accumulated components handling #12

Open
tormoder opened this issue Oct 17, 2015 · 1 comment
Open

reader: fix accumulated components handling #12

tormoder opened this issue Oct 17, 2015 · 1 comment
Labels
Milestone

Comments

@tormoder
Copy link
Owner

See test file testdata/python-fitparse/compressed-speed-distance.fit.

Compressed distance is not accumulated correctly. Possibly a roll over/overflow issue.

@tormoder tormoder added the bug label Oct 17, 2015
@tormoder tormoder added this to the fit release 0.2.1 milestone Oct 17, 2015
@tormoder tormoder modified the milestones: fit release 0.2.1, fit release 0.3.0 Apr 3, 2017
@tormoder tormoder changed the title Fix accumulated components handling reader: fix accumulated components handling Apr 3, 2017
@tormoder
Copy link
Owner Author

tormoder commented Apr 3, 2017

Also a big issue: a the moment concurrent decoding is not possible since internal accumulators are package global. Fix it.

@tormoder tormoder modified the milestones: fit release 0.3.0, Unplanned May 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant