Skip to content
Snippets Groups Projects

Dev

Merged Alkaid Cheng requested to merge dev into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -75,7 +75,7 @@ class NTupleProcessTool(ConfigurableObject):
# fill missing samples
for sample in self.all_samples:
if ((sample not in merge_samples) and
all(sample not in _samples for _samples in merge_samples)):
all(sample not in _samples for _samples in merge_samples.values())):
self.all_merged_samples.append(sample)
def load_processor_config(self, config_path:str,
Loading