From 461907d449c4b1b51bb66844d0e743179f0d09af Mon Sep 17 00:00:00 2001 From: Toni Volkmer Date: Thu, 19 Oct 2017 14:02:34 +0200 Subject: [PATCH] slightly increased error thresholds for make check, #49 and #28 --- tests/nfft.c | 2 +- tests/nfst.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/nfft.c b/tests/nfft.c index 0ebb06d8..1131bce9 100644 --- a/tests/nfft.c +++ b/tests/nfft.c @@ -211,7 +211,7 @@ static R trafo_direct_cost(X(plan) *p) static R err_trafo_direct(X(plan) *p) { UNUSED(p); - return K(44.0) * NFFT_EPSILON; + return K(48.0) * NFFT_EPSILON; } static R err_trafo(X(plan) *p) diff --git a/tests/nfst.c b/tests/nfst.c index d5b50f6f..97f832fd 100644 --- a/tests/nfst.c +++ b/tests/nfst.c @@ -210,7 +210,7 @@ static R trafo_direct_cost(X(plan) *p) static R err_trafo_direct(X(plan) *p) { UNUSED(p); - return K(120.0) * NFFT_EPSILON; + return K(130.0) * NFFT_EPSILON; } static R err_trafo(X(plan) *p)