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

kWh is shown with different amount of decimal digits in GUI and in CLI #11

Open
guiraldelli opened this issue Jan 14, 2021 · 0 comments

Comments

@guiraldelli
Copy link

guiraldelli commented Jan 14, 2021

The amounts of decimal digits presented in the graphical user-interface (GUI) and the command-line interface (CLI), for the same input file, are different: the former presents only four decimal digits, while the latter presents an arbitrary number of digits—in my example, 16 decimal digits.

I imagine it is because the values are encoded as float in the application, and to present the data to the GUI they are carefully converted to four decimal digits, but it was forgotten in the XML outputted in the CLI version.

A screenshot of the situation can be seen below.

transparenz_bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant