Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Delete src/coffea/lookup_tools/json_lookup.py #1174

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading