From ce73e46e425f9869ebfa4c22a6c585dab097c7fc Mon Sep 17 00:00:00 2001 From: Giacomo Magni Date: Tue, 9 Jul 2024 17:22:04 +0200 Subject: [PATCH] lumi to channels --- validphys2/src/validphys/pineparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validphys2/src/validphys/pineparser.py b/validphys2/src/validphys/pineparser.py index c9ae877e15..280e8c49dc 100644 --- a/validphys2/src/validphys/pineparser.py +++ b/validphys2/src/validphys/pineparser.py @@ -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: