Skip to content

Commit

Permalink
fix dataset namings in regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Apr 2, 2024
1 parent 3392c4c commit 8d1455d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions extra_tests/regression_fits/polarized_evol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: N3FIT regression test for polarised fits

############################################################
dataset_inputs:
- {dataset: E143_NC_4GEV_EP_G1, frac: 0.60, cfac: [NRM]}
- {dataset: E143_NC_8GEV_ED_G1, frac: 0.60, cfac: [NRM]}
- {dataset: E143_NC_NOTFIXED_EP_G1, frac: 0.60, cfac: [NRM]}
- {dataset: E143_NC_NOTFIXED_ED_G1, frac: 0.60, cfac: [NRM]}
- {dataset: E154_NC_9GEV_EN_G1, frac: 0.60, cfac: [NRM]}

############################################################
Expand All @@ -19,7 +19,7 @@ datacuts:
# Define the unpolarized PDF set to be used as BC for POS
positivity_bound:
unpolarized_bc: NNPDF40_nnlo_pch_as_01180
n_stdv: 1.00 # Standard Deviation to be added as Error
n_std: 1.00 # Standard Deviation to be added as Error

############################################################
theory:
Expand Down Expand Up @@ -67,14 +67,16 @@ fitting:
###########################################################
positivity:
posdatasets:
- {dataset: NNPDF_POS_5GEV_XDELTAG, maxlambda: 1e8}
- {dataset: NNPDF_POS_5GEV_XDELTADQ, maxlambda: 1e8}
- {dataset: NNPDF_POS_2P24GEV_XGL-POLARIZED, maxlambda: 1e8}
- {dataset: NNPDF_POS_2P24GEV_XDQ-POLARIZED, maxlambda: 1e8}
- {dataset: NNPDF_POS_2P24GEV_XSQ-POLARIZED, maxlambda: 1e8}
- {dataset: NNPDF_POS_2P24GEV_XUQ-POLARIZED, maxlambda: 1e8}

############################################################
integrability:
integdatasets:
- {dataset: NNPDF_INTEG_1GEV_XDELTAG, maxlambda: 1e2}
- {dataset: NNPDF_INTEG_1GEV_XDELTASIGMA, maxlambda: 1e2}
- {dataset: NNPDF_INTEG_1GEV_XGL-POLARIZED, maxlambda: 1e2}
- {dataset: NNPDF_INTEG_1GEV_XSIGMA-POLARIZED, maxlambda: 1e2}

############################################################
debug: true

0 comments on commit 8d1455d

Please sign in to comment.