From 5c006a878c43995b73404096b121ed7c701c0adc Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Sun, 14 Jul 2019 20:17:41 +0200
Subject: [PATCH] [T/NL] Increase tolerance of extrapolation test.

---
 Tests/NumLib/TestExtrapolation.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tests/NumLib/TestExtrapolation.cpp b/Tests/NumLib/TestExtrapolation.cpp
index 0d247a0be12..de9ddc5eb7a 100644
--- a/Tests/NumLib/TestExtrapolation.cpp
+++ b/Tests/NumLib/TestExtrapolation.cpp
@@ -219,7 +219,7 @@ void extrapolate(ExtrapolationTestProcess const& pcs,
 {
     namespace LinAlg = MathLib::LinAlg;
 
-    auto const tolerance_dx = 30.0 * std::numeric_limits<double>::epsilon();
+    auto const tolerance_dx = 31.0 * std::numeric_limits<double>::epsilon();
     auto const tolerance_res = 15.0 * std::numeric_limits<double>::epsilon();
 
     const double t = 0.0;
-- 
GitLab