From a6ec3039ee44e97c1689542c05a6bf027e5fb854 Mon Sep 17 00:00:00 2001 From: Justin Carpentier Date: Thu, 15 Jun 2017 16:26:17 +0200 Subject: [PATCH] [Unit Tests] Change accuracy --- unittest/hqp_solvers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/hqp_solvers.cpp b/unittest/hqp_solvers.cpp index 581447ba..6f70e814 100644 --- a/unittest/hqp_solvers.cpp +++ b/unittest/hqp_solvers.cpp @@ -172,7 +172,7 @@ BOOST_AUTO_TEST_CASE ( test_eiquadprog_classic_vs_rt_vs_fast) using namespace math; using namespace solvers; - const double EPS = 1e-10; + const double EPS = 1e-8; #ifdef NDEBUG const unsigned int nTest = 1000; #else