Skip to content

Commit 403828d

Browse files
author
jacoterh
committed
adding alphas 01183 to point prescriptions
1 parent 9444c7b commit 403828d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nnpdf_data/nnpdf_data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def load_dataset_metadata(dataset_name, variant=None):
2121
profile_data_paths = get_nnpdf_profile()["data_path"]
2222

2323
for data_path in profile_data_paths:
24-
metadata_file = data_path / "commondata" / setname / "metadata.yaml"
24+
metadata_file = data_path / setname / "metadata.yaml"
2525
if metadata_file.exists():
2626
break
2727
else:

validphys2/src/validphys/scalevariations/pointprescriptions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
'alphas 0119 0123 0115' : ['(0.119)', '(0.123)', '(0.115)']
3737
'alphas 0120 0122 0118' : ['(0.120)', '(0.122)', '(0.118)']
3838
'alphas 0121 0123 0119' : ['(0.121)', '(0.123)', '(0.119)']
39-
39+
'alphas 01183 0119 01176' : ['(0.1183)', '(0.119)', '(0.1176)']
4040
'mtop 172.5 170 175' : ['(172.5)', '(170.0)', '(175.0)']

0 commit comments

Comments
 (0)