Skip to content

Commit

Permalink
adapt tests to recent changes in the weak mixing angle calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Aug 16, 2017
1 parent 47050ac commit 8b22a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_CMSSM_weinberg_angle_meta.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ BOOST_AUTO_TEST_CASE( test_delta_vb )
CMSSM_weinberg_angle wein(&model, sm_parameters);
const double delta_vb_2 = wein.calculate_delta_vb(outrho, outsin);

BOOST_CHECK_CLOSE_FRACTION(delta_vb_1, delta_vb_2, 3.0e-9);
BOOST_CHECK_CLOSE_FRACTION(delta_vb_1, delta_vb_2, 6.0e-9);
}

BOOST_AUTO_TEST_CASE( test_delta_r )
Expand Down
2 changes: 1 addition & 1 deletion test/test_NMSSM_spectrum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ BOOST_AUTO_TEST_CASE( test_NMSSM_spectrum )
BOOST_CHECK_CLOSE_FRACTION(fs.get_g2(), ss.displayGaugeCoupling(2), 0.00008);
BOOST_CHECK_CLOSE_FRACTION(fs.get_g3(), ss.displayGaugeCoupling(3), 0.00001);

BOOST_CHECK_CLOSE_FRACTION(fs.get_Lambdax(), ss.displayLambda(), 0.00013);
BOOST_CHECK_CLOSE_FRACTION(fs.get_Lambdax(), ss.displayLambda(), 0.00014);
BOOST_CHECK_CLOSE_FRACTION(fs.get_Kappa() , ss.displayKappa(), 0.002);
BOOST_CHECK_CLOSE_FRACTION(fs.get_vS() , ss.displaySvev(), 0.002);
BOOST_CHECK_CLOSE_FRACTION(fs.get_mHd2(), ss.displayMh1Squared(), 0.013);
Expand Down

0 comments on commit 8b22a9d

Please sign in to comment.