Skip to content

Commit

Permalink
Remove json_lookup from evaluator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rpsimeon34 authored Aug 29, 2024
1 parent c058213 commit fd59852
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/coffea/lookup_tools/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from coffea.lookup_tools.jec_uncertainty_lookup import jec_uncertainty_lookup
from coffea.lookup_tools.jersf_lookup import jersf_lookup
from coffea.lookup_tools.jme_standard_function import jme_standard_function
from coffea.lookup_tools.json_lookup import json_lookup
from coffea.lookup_tools.rochester_lookup import rochester_lookup

lookup_types = {
Expand All @@ -14,7 +13,6 @@
"jersf_lookup": jersf_lookup,
"jec_uncertainty_lookup": jec_uncertainty_lookup,
"rochester_lookup": rochester_lookup,
"json_lookup": json_lookup,
"correctionlib_wrapper": correctionlib_wrapper,
}

Expand Down

0 comments on commit fd59852

Please sign in to comment.