commit 6712544f844071bbd367e311f01e00c6a1aa6d73
parent b5e2346ad6f7bda415c3250f1da75f6270f1f841
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 4 May 2018 11:46:11 +0200
Fix test_sdis_solve_probe_boundary
Relax the constraints on the precision of the estimated results.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test_sdis_solve_probe_boundary.c b/src/test_sdis_solve_probe_boundary.c
@@ -349,7 +349,7 @@ main(int argc, char** argv)
printf("Boundary temperature of the box at (%g %g %g) = %g ~ %g +/- %g\n",
SPLIT3(pos), ref, T.E, T.SE);
printf("#failures = %lu/%lu\n", (unsigned long)nfails, (unsigned long)N);
- CHK(eq_eps(T.E, ref, T.SE));
+ CHK(eq_eps(T.E, ref, T.SE*2));
uv[0] = 0.5;
iprim = 3;