From bb9ac1f10dfee89f5694a9fe4589d3f5c53d0805 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 16 Mar 2020 00:39:35 -0500 Subject: [PATCH] Fix ordering for replacement the replacement is of ROOT named parameters to be named like pyhf parameters --- scripts/compare_nuisance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compare_nuisance.py b/scripts/compare_nuisance.py index f050f54..f41a408 100644 --- a/scripts/compare_nuisance.py +++ b/scripts/compare_nuisance.py @@ -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 ]