Skip to content

Commit

Permalink
Increase test precision
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Feb 8, 2017
1 parent d4f6dce commit eedd336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_CMSSMSemiAnalytic_consistent_solutions.cpp
Expand Up @@ -517,7 +517,7 @@ BOOST_AUTO_TEST_CASE( test_two_scale_to_semi_analytic )
const double mass_rel_diff = max_mass_rel_diff(
semi_analytic_model, single_iteration_model);

const double test_precision = 1.0e-2;
const double test_precision = 1.0e-3;
BOOST_CHECK_LT(susy_pars_rel_diff, test_precision);
BOOST_CHECK_LT(soft_pars_rel_diff, test_precision);
BOOST_CHECK_LT(mass_rel_diff, test_precision);
Expand Down

0 comments on commit eedd336

Please sign in to comment.