Skip to content

Commit d1134bf

Browse files
committed
Fixed all unit tests
1 parent 61f9f74 commit d1134bf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

unittests/summary_scan_default.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Global results summary (22 files)
1+
#Global results summary (23 files)
22
#The most constraining analysis corresponds to the one with largest observed r.
33
#The most sensitive (ATLAS/CMS) analysis corresponds to the one with largest expected r from those analyses for which this information is available.
44
#Analyses used for combination = ATLAS-CONF-2013-037,CMS-SUS-13-012.
@@ -15,7 +15,7 @@ complicated.slha ATLAS-SUSY-2013-02 0.388 nan ATLAS-CONF-2013
1515
gluinoToTops.slha CMS-PAS-SUS-15-002 5.52 nan ATLAS-CONF-2013-037 0.479 0.443 CMS-SUS-13-012 0.844 0.703 1.27 0.884
1616
gluino_squarks.slha ATLAS-SUSY-2013-02 0.388 nan ATLAS-CONF-2013-037 0.00183 0.00209 CMS-SUS-13-012 0.13 0.208 0.12 0.21
1717
higgsinoStop.slha ATLAS-SUSY-2013-05 196 nan ATLAS-CONF-2013-037 37.8 43.2 N/A nan nan 37.8 43.2
18-
higgsino_spectrum_520_125_dm_4.slha N/A nan N/A nan nan N/A nan nan nan nan
18+
higgsino_dm_4.slha N/A nan nan N/A nan nan N/A nan nan nan nan
1919
hscpTest_long.slha CMS-EXO-13-006 0.5 0.5 N/A nan nan CMS-EXO-13-006 0.5 0.5 nan nan
2020
hscpTest_mid.slha CMS-EXO-13-006 0.0884 0.0884 N/A nan nan CMS-EXO-13-006 0.0884 0.0884 nan nan
2121
hscpTest_short.slha CMS-EXO-13-006 0.0406 0.0406 N/A nan nan CMS-EXO-13-006 0.0406 0.0406 nan nan
File renamed without changes.

unittests/testMassCompress.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class MassCompressTest(unittest.TestCase):
3131

3232
def testMassCompA(self):
3333

34-
slhafile = './testFiles/slha/higgsino_spectrum_520_125_dm_4.slha'
34+
slhafile = './testFiles/slha/higgsino_dm_4.slha'
3535
model = Model(BSMparticles=BSMList, SMparticles=SMList)
3636
model.updateParticles(inputFile=slhafile, promptWidth=1e-10*GeV,
3737
ignorePromptQNumbers=['spin','eCharge','colordim'])
@@ -74,7 +74,7 @@ def testMassCompA(self):
7474

7575
def testMassCompB(self):
7676

77-
slhafile = './testFiles/slha/higgsino_spectrum_520_125_dm_4.slha'
77+
slhafile = './testFiles/slha/higgsino_dm_4.slha'
7878
model = Model(BSMparticles=BSMList, SMparticles=SMList)
7979
model.updateParticles(inputFile=slhafile, promptWidth=1e-10*GeV,
8080
ignorePromptQNumbers=['spin','eCharge','colordim'])
@@ -108,7 +108,7 @@ def testMassCompB(self):
108108

109109
def testMassCompC(self):
110110

111-
slhafile = './testFiles/slha/higgsino_spectrum_520_125_dm_4.slha'
111+
slhafile = './testFiles/slha/higgsino_dm_4.slha'
112112
model = Model(BSMparticles=BSMList, SMparticles=SMList)
113113
model.updateParticles(inputFile=slhafile, promptWidth=1e-10*GeV,
114114
ignorePromptQNumbers=['spin','eCharge','colordim'])

0 commit comments

Comments
 (0)