fit icon indicating copy to clipboard operation
fit copied to clipboard

reader: fix accumulated components handling

Open tormoder opened this issue 10 years ago • 1 comments

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

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

tormoder avatar Oct 17 '15 07:10 tormoder

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

tormoder avatar Apr 03 '17 19:04 tormoder