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:
parse data with windows
parse same data with macOS
view a diff between the files
Expected behavior
I would expect the parsed data files to be exactly identical
Screenshots
this screenshot is from a user who was using an emulated Windows environment on macOS.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
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
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