We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38b050 commit 35dab99Copy full SHA for 35dab99
scripts/compare_fitted_nuisance.py
@@ -94,7 +94,7 @@ def exhaust_argset(s):
94
pyhf_param = (
95
param.replace("alpha_", "")
96
.replace("gamma_stat_", "staterror_")
97
- .replace("lumi", "Lumi")
+ .replace("Lumi", "lumi")
98
.replace("_bin", "")
99
)
100
scripts/compare_nuisance.py
@@ -35,8 +35,7 @@ def exhaust_argset(s):
35
pars_root = [
36
sub.replace("alpha_", "")
37
38
- .replace("gamma_stat_", "staterror_")
39
40
41
for sub in pars
42
]
0 commit comments