Skip to content

Commit

Permalink
[Unit Tests] Change accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Jun 15, 2017
1 parent cd25f46 commit a6ec303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/hqp_solvers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6ec303

Please sign in to comment.