Skip to content

Commit 44c117e

Browse files
Minor cosmetic changes
1 parent ab9d709 commit 44c117e

File tree

4 files changed

+204
-204
lines changed

4 files changed

+204
-204
lines changed

nnpdf_data/nnpdf_data/commondata/DYE866_Z0_800GEV_DW_RATIO/filter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ def __init__(self, data: pd.DataFrame, dataset_name: str, process: str):
5757
)
5858
for rep in range(1, nrep + 1):
5959
Delta = (dfN[f"rep_{rep:05d}"] - dfp["theory_central"]) / norm
60-
syst[f"NUCLEAR{rep:03d}"] = Delta
61-
systypes.append(("ADD", f"NUCLEAR{rep:03d}"))
60+
syst[f"DEUTERON{rep:03d}"] = Delta
61+
systypes.append(("ADD", f"DEUTERON{rep:03d}"))
6262

6363
self.systematic_uncertainties = syst.astype(float).to_numpy()
6464
self.systypes = systypes

0 commit comments

Comments
 (0)