diff --git a/madminer/utils/interfaces/lhe.py b/madminer/utils/interfaces/lhe.py index 3b299b533..c2e196afd 100644 --- a/madminer/utils/interfaces/lhe.py +++ b/madminer/utils/interfaces/lhe.py @@ -641,6 +641,7 @@ def _extract_nuisance_param_dict(weight_groups: list, systematics_name: str, sys if ( "mg_reweighting" in wg_name.lower() + or "mwst" not in wg_name.lower() or "pdf" not in wg_name.lower() or "ct" not in wg_name.lower() or systematic.value not in wg_name.lower()