We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we are looking at error smaller than 10e-10 we cannot see them
10e-10
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
The text was updated successfully, but these errors were encountered:
This is indeed annoying! Is there a reason why the fixed floating point format is not simply converted to scientific notation format?
Sorry, something went wrong.
I think scientific should be the default...
Successfully merging a pull request may close this issue.
When we are looking at error smaller than
10e-10
we cannot see themcompare.py -t 1e-10
The text was updated successfully, but these errors were encountered: