Skip to content

Commit

Permalink
3L MSSM RGE tests now pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Dec 5, 2015
1 parent fe35856 commit 82ead9a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/test_CMSSM_model.cpp
Expand Up @@ -102,11 +102,8 @@ void test_beta_function_equality(const SoftParsMssm& a, const CMSSM_soft_paramet
TEST_EQUALITY(beta_a.displayMh1Squared(), beta_b.get_mHd2());
TEST_EQUALITY(beta_a.displayMh2Squared(), beta_b.get_mHu2());
TEST_EQUALITY(beta_a.displaySoftMassSquared(mQl), beta_b.get_mq2());
// 3L soft-squared mass beta functions are buggy in SOFTSUSY <= 3.6.2
if (a.displayLoops() <= 2) {
TEST_EQUALITY(beta_a.displaySoftMassSquared(mUr), beta_b.get_mu2());
TEST_EQUALITY(beta_a.displaySoftMassSquared(mDr), beta_b.get_md2());
}
TEST_EQUALITY(beta_a.displaySoftMassSquared(mUr), beta_b.get_mu2());
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 82ead9a

Please sign in to comment.