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

Fix precision loss on consumed_energy.csv #71

Closed

Commits on Jul 12, 2024

  1. fix precision loss on consumed_energy.csv

    Fix precision loss in consumed_energy.csv
    Formatting with C99 "%g" cuts by 2 the precision of doubles, which is used to store dates. 
    Now "%lf" is used instead, which is the standard format for doubles.
    JRodez authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    65e3f84 View commit details
    Browse the repository at this point in the history