Skip to content

Commit bb9ac1f

Browse files
Fix ordering for replacement
the replacement is of ROOT named parameters to be named like pyhf parameters
1 parent 4b7ba4c commit bb9ac1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compare_nuisance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def exhaust_argset(s):
3636
sub.replace("alpha_", "")
3737
.replace("gamma_stat_", "staterror_")
3838
.replace("gamma_stat_", "staterror_")
39-
.replace("lumi", "Lumi")
39+
.replace("Lumi", "lumi")
4040
.replace("_bin", "")
4141
for sub in pars
4242
]

0 commit comments

Comments
 (0)