From 730a332833441a464f5b081b00e8a6bcf92cf2c1 Mon Sep 17 00:00:00 2001 From: Theertha Chembakan Date: Thu, 8 Jan 2026 07:04:47 +0000 Subject: [PATCH] updates --- src/nsbi_common_utils/workspace_builder.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/nsbi_common_utils/workspace_builder.py b/src/nsbi_common_utils/workspace_builder.py index 224d273..ad44140 100644 --- a/src/nsbi_common_utils/workspace_builder.py +++ b/src/nsbi_common_utils/workspace_builder.py @@ -127,10 +127,10 @@ def sys_modifiers(self, dataset: pd.DataFrame, modifiers = [] for systematic_dict in self.config_dict.get("Systematics", []): - regions_affected = systematic_dict.get("Regions", None) - if regions_affected is not None: - if region_name not in regions_affected: - continue + # regions_affected = systematic_dict.get("Regions", None) + # if regions_affected is not None: + # if region_name not in regions_affected: + # continue samples_affected = systematic_dict.get("Samples", None) if samples_affected is not None: if sample_name not in samples_affected: