Skip to content

Commit

Permalink
Merge pull request #1174 from rpsimeon34/remove_json_lookup
Browse files Browse the repository at this point in the history
fix: Delete src/coffea/lookup_tools/json_lookup.py
  • Loading branch information
lgray authored Aug 29, 2024
2 parents 2aaf4f0 + fd59852 commit 57d43a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 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
33 changes: 0 additions & 33 deletions src/coffea/lookup_tools/json_lookup.py

This file was deleted.

0 comments on commit 57d43a1

Please sign in to comment.