We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9adbf commit 38ce962Copy full SHA for 38ce962
src/pineko/utils.py
@@ -32,8 +32,8 @@ def read_grids_from_nnpdf(dataset_name, configs=None):
32
from nnpdf_data import legacy_to_new_map, path_commondata
33
from nnpdf_data.commondataparser import EXT, parse_new_metadata
34
35
- # We only need the metadata, so this should be enough
36
- # pass it through the legacy_to_new in case this is an old name
+ # We only need the metadata, so this should be enough.
+ # Pass it through the legacy_to_new in case this is an old name.
37
dataset_name, variant = legacy_to_new_map(dataset_name)
38
39
setname, observable = dataset_name.rsplit("_", 1)
0 commit comments