Skip to content

Commit

Permalink
added legacy_to_new_mapping back to loader
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed Mar 13, 2024
1 parent 2d55b59 commit 255e7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validphys2/src/validphys/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
TheoryIDSpec,
peek_commondata_metadata,
)
from nnpdf_data import path_vpdata
from nnpdf_data import path_vpdata, legacy_to_new_mapping
from validphys.utils import generate_path_filtered_data, tempfile_cleaner

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 255e7a0

Please sign in to comment.