Skip to content

Commit

Permalink
lumi to channels
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Jul 9, 2024
1 parent ea44db3 commit ce73e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validphys2/src/validphys/pineparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def pineappl_reader(fkspec):
# Create the multi-index for the dataframe
# for optimized pineappls different grids can potentially have different indices
# so they need to be indexed separately and then concatenated only at the end
lumi_columns = _pinelumi_to_columns(p.lumi(), hadronic)
lumi_columns = _pinelumi_to_columns(p.channels(), hadronic)
lf = len(lumi_columns)
data_idx = np.arange(ndata, ndata + n)
if hadronic:
Expand Down

0 comments on commit ce73e46

Please sign in to comment.