Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information