Skip to content

Commit

Permalink
Merge pull request #500 from madminer-tool/pdf-datasets-prefix-patch
Browse files Browse the repository at this point in the history
Add MWST sets to the accepted nuisance params.
  • Loading branch information
Sinclert authored Nov 3, 2021
2 parents eeb5c0d + 535ef7e commit f119e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions madminer/utils/interfaces/lhe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f119e79

Please sign in to comment.