From 489c5d76cfe95a97542dfeaa6d8b19cd9100919a Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Wed, 18 May 2016 21:32:56 +0200 Subject: Merged in latest changes from 0.7.1 release --- test/correctness/tester.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/correctness') diff --git a/test/correctness/tester.cc b/test/correctness/tester.cc index 26c4ba59..85ae7091 100644 --- a/test/correctness/tester.cc +++ b/test/correctness/tester.cc @@ -334,7 +334,7 @@ bool TestSimilarity(const T val1, const T val2) { // Set the allowed error margin for floating-point comparisons constexpr auto kErrorMarginRelative = T(0.025); - constexpr auto kErrorMarginAbsolute = T(1.0e-4); + constexpr auto kErrorMarginAbsolute = T(1.0e-3); // Shortcut, handles infinities if (val1 == val2) { -- cgit v1.2.3