Skip to content

Commit 38ce962

Browse files
Update src/pineko/utils.py
Co-authored-by: Roy Stegeman <[email protected]>
1 parent 8e9adbf commit 38ce962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pineko/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def read_grids_from_nnpdf(dataset_name, configs=None):
3232
from nnpdf_data import legacy_to_new_map, path_commondata
3333
from nnpdf_data.commondataparser import EXT, parse_new_metadata
3434

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
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.
3737
dataset_name, variant = legacy_to_new_map(dataset_name)
3838

3939
setname, observable = dataset_name.rsplit("_", 1)

0 commit comments

Comments
 (0)