Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Nov 29, 2023
1 parent f23601a commit eecaeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coffea/lumi_tools/lumi_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class LumiData:
seconds_per_lumi_LHC = 2**18 / (40079000 / 3564)

def __init__(self, lumi_csv, is_inst_lumi=False):
self._is_inst_lumi = inst_lumi
self._is_inst_lumi = is_inst_lumi
self._lumidata = np.loadtxt(
lumi_csv,
delimiter=",",
Expand Down

0 comments on commit eecaeec

Please sign in to comment.