Skip to content

Commit

Permalink
decrease test precision for NMSSM beta functions
Browse files Browse the repository at this point in the history
after reordering of terms in the beta functions
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Dec 11, 2016
1 parent cfba717 commit c33ae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_NMSSM_beta_functions.cpp
Expand Up @@ -124,7 +124,7 @@ void test_beta_function_equality(const SoftParsNmssm& a, const NMSSM_soft_parame
TEST_CLOSE(beta_a.displayMh2Squared(), beta_b.get_mHu2(), 2.0e-12);
TEST_EQUALITY(beta_a.displayMsSquared(), beta_b.get_ms2());
TEST_EQUALITY(beta_a.displaySoftMassSquared(mQl), beta_b.get_mq2());
TEST_EQUALITY(beta_a.displaySoftMassSquared(mUr), beta_b.get_mu2());
TEST_CLOSE(beta_a.displaySoftMassSquared(mUr), beta_b.get_mu2(), 2.0e-12);
TEST_EQUALITY(beta_a.displaySoftMassSquared(mDr), beta_b.get_md2());
TEST_EQUALITY(beta_a.displaySoftMassSquared(mLl), beta_b.get_ml2());
TEST_EQUALITY(beta_a.displaySoftMassSquared(mEr), beta_b.get_me2());
Expand Down

0 comments on commit c33ae6c

Please sign in to comment.