Skip to content

Commit

Permalink
run_dict -> run_id
Browse files Browse the repository at this point in the history
  • Loading branch information
bryates committed Dec 19, 2024
1 parent 3ef58a5 commit e5aaa88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topeft/modules/corrections.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from coffea import lookup_tools
from topcoffea.modules.paths import topcoffea_path
from topcoffea.modules.run_dict import is_run2, is_run3
from topcoffea.modules.run_id import is_run2, is_run3
from topeft.modules.paths import topeft_path
import numpy as np
import awkward as ak
Expand Down

0 comments on commit e5aaa88

Please sign in to comment.