Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmduarte committed May 23, 2024
1 parent e40a1f3 commit 4b403de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HH4b/postprocessing/CreateDatacard.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ def fill_regions(

# data observed
if args.mc_closure:
all_bg = sum([region_templates[bg_key, :] for bg_key in bg_keys + ["qcd"])
all_bg = sum([region_templates[bg_key, :] for bg_key in bg_keys + ["qcd"]])
ch.setObservation(all_bg)
else:
ch.setObservation(region_templates[data_key, :])
Expand Down

0 comments on commit 4b403de

Please sign in to comment.