Skip to content

Commit

Permalink
validphys.datafiles imports --> nnpdf_data
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed Feb 29, 2024
1 parent b247ad1 commit 195477d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildmaster/old_new_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

from validphys.api import API
from validphys.convolution import central_predictions
from validphys.datafiles import path_commondata as old_cd_root
from nnpdf_data import path_commondata as old_cd_root
from validphys.loader import Loader

dataset_names_path = old_cd_root.with_name("new_commondata") / "dataset_names.yml"
Expand Down
2 changes: 1 addition & 1 deletion buildmaster/oldcommondata_porter.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from yaml import safe_dump, safe_load

# Prepare the folders by automatically finding them from validphys
from validphys.datafiles import path_commondata as old_cd_root
from nnpdf_data import path_commondata as old_cd_root
from validphys.loader import Loader

# old_cd_root = validphys.datafiles / "commondata"
Expand Down
1 change: 0 additions & 1 deletion nnpdf_datafiles

This file was deleted.

2 changes: 1 addition & 1 deletion validphys2/src/validphys/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
TheoryIDSpec,
peek_commondata_metadata,
)
from validphys.datafiles import path_vpdata
from nnpdf_data import path_vpdata
from validphys.utils import tempfile_cleaner

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 195477d

Please sign in to comment.