commit f980c7743b18510d20cf926bbc539e84816d9d2d
parent 08cb7e9463e9cdb4c0bd547bca037df8c4492dda
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Mon, 7 Sep 2020 16:09:50 +0200
Change a test tolerance to allow success on Windows platform
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test_sdis_compute_mean_power.c b/src/test_sdis_compute_mean_power.c
@@ -307,7 +307,7 @@ main(int argc, char** argv)
ref = 4.0/3.0*PI*POWER0 + PI*10*POWER1;
printf("Mean power of the sphere+cylinder = %g ~ %g +/- %g\n",
ref, mpow.E, mpow.SE);
- check_intersection(ref, 1.e-1, mpow.E, 3*mpow.SE);
+ check_intersection(ref, 1.5e-1, mpow.E, 3*mpow.SE);
OK(sdis_estimator_ref_put(estimator));
#if 0