Skip to content

Commit

Permalink
Fix ordering for replacement
Browse files Browse the repository at this point in the history
the replacement is of ROOT named parameters to be named like pyhf
parameters
  • Loading branch information
matthewfeickert committed Mar 16, 2020
1 parent 4b7ba4c commit bb9ac1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compare_nuisance.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def exhaust_argset(s):
sub.replace("alpha_", "")
.replace("gamma_stat_", "staterror_")
.replace("gamma_stat_", "staterror_")
.replace("lumi", "Lumi")
.replace("Lumi", "lumi")
.replace("_bin", "")
for sub in pars
]
Expand Down

0 comments on commit bb9ac1f

Please sign in to comment.