iris-hep/NSBI-workflow-tutorial

Redundant check in `sys_modifiers`

Opened this issue · 0 comments

Comment out following lines (keep them un-deleted for future enhancements allowing region-specific sys_modifiers)

regions_affected = systematic_dict.get("Regions", None)
if regions_affected is not None:
if region_name not in regions_affected:
continue