Skip to content

Commit

Permalink
check also for muhat, just to document that this is working also
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangWaltenberger committed May 14, 2024
1 parent b4006e4 commit 2ab3f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unittests/testTheoryPredCombinations.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def testConstruction(self):
t.computeStatistics()
combiner = TheoryPredictionsCombiner(tpreds)
combiner.computeStatistics()
self.assertAlmostEqual(combiner.muhat(), 1.205884272994354, 4)
self.assertAlmostEqual(combiner.lsm(), 2.756169857697467e-06, 4)
self.assertAlmostEqual(combiner.likelihood(), 5.001298746531528e-06, 4)
self.assertAlmostEqual(combiner.lmax(), 5.131156389020586e-06, 4)
Expand Down

0 comments on commit 2ab3f5e

Please sign in to comment.