Skip to content
Snippets Groups Projects
Commit f83079a7 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #4516: Tuned output comparison precision

parent 4cd0f5c2
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ from math import fabs ...@@ -11,7 +11,7 @@ from math import fabs
# precision with which to compare: absolute differences smaller # precision with which to compare: absolute differences smaller
# than this are considered equal. # than this are considered equal.
PRECISION = 1e-10 PRECISION = 1e-8
def cmpfloat(filename_a, filename_b, precision = PRECISION): def cmpfloat(filename_a, filename_b, precision = PRECISION):
A = filename_a A = filename_a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment