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

Compare.py doesn't display double precision numbers #129

Closed
clementval opened this issue Dec 18, 2017 · 2 comments · Fixed by #156
Closed

Compare.py doesn't display double precision numbers #129

clementval opened this issue Dec 18, 2017 · 2 comments · Fixed by #156

Comments

@clementval
Copy link
Collaborator

When we are looking at error smaller than 10e-10 we cannot see them

compare.py -t 1e-10

Failed values (displayed 10 of 10998):
    (0, 0, 0): value_1 = 0.1498301625, value_2 = 0.1498301625, error = 0.0000000000
    (0, 0, 1): value_1 = 0.1498301625, value_2 = 0.1498301625, error = 0.0000000000
    (0, 0, 2): value_1 = 0.1498301625, value_2 = 0.1498301625, error = 0.0000000000
    (0, 0, 3): value_1 = 0.1498301625, value_2 = 0.1498301625, error = 0.0000000000
    (0, 0, 4): value_1 = 0.1498301625, value_2 = 0.1498301625, error = 0.0000000000
    (0, 0, 5): value_1 = 0.1498301625, value_2 = 0.1498301625, error = 0.0000000000
    (0, 0, 6): value_1 = 0.1498301625, value_2 = 0.1498301625, error = 0.0000000000
    (0, 0, 7): value_1 = 0.1498301625, value_2 = 0.1498301625, error = 0.0000000000
    (0, 0, 8): value_1 = 0.1498301625, value_2 = 0.1498301625, error = 0.0000000000
    (0, 0, 9): value_1 = 0.1498301625, value_2 = 0.1498301625, error = 0.0000000000
@phmarti
Copy link
Contributor

phmarti commented Jun 7, 2018

This is indeed annoying! Is there a reason why the fixed floating point format is not simply converted to scientific notation format?

@havogt
Copy link
Collaborator

havogt commented Jun 7, 2018

I think scientific should be the default...

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

Successfully merging a pull request may close this issue.

3 participants