Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aalvesan committed Jul 25, 2024
1 parent 63e4e67 commit 685ce83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hbt/config/hist_hooks_ana.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import order as od
from columnflow.util import maybe_import
from columnflow.columnar_util import fill_hist

hist = maybe_import("hist")

Expand Down Expand Up @@ -78,9 +77,11 @@ def dev_ana_ABCD(task, hists):
if cat_parent not in regions:
regions[cat_parent] = {}
rate_int_dic[cat_parent] = {}
create_regions(rate, rate_int_dic, rate_int, cat_id, regions, mc_hist, data_hist, cat_name, cat_parent)
create_regions(rate, rate_int_dic, rate_int, cat_id, regions, mc_hist, data_hist, cat_name,
cat_parent)
else:
create_regions(rate, rate_int_dic, rate_int, cat_id, regions, mc_hist, data_hist, cat_name, cat_parent)
create_regions(rate, rate_int_dic, rate_int, cat_id, regions, mc_hist, data_hist, cat_name,
cat_parent)

# NOTE: the ABCD regions have the same entries for both parent categories (incl and 2j) why ?

Expand Down

0 comments on commit 685ce83

Please sign in to comment.