EmotiBit / ofxEmotiBit

OpenFrameworks library and examples for the EmotiBit
MIT License
33 stars 7 forks source link

floating point difference on parsing with windows v macos #171

Open nitin710 opened 1 year ago

nitin710 commented 1 year ago

Describe the bug Looks like parsing the same data on windows v masOS creates a 6th decimal difference in the extrapolated time stanp.

To Reproduce Steps to reproduce the behavior:

Expected behavior I would expect the parsed data files to be exactly identical

Screenshots

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context I suspect this is a simple rounding error when we cap the decimal expansion to 6 places. Might be a setting we need to toggle in OF or msvc/clang