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 ff18575
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 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,8 +67,10 @@ 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:
Expand Down

0 comments on commit ff18575

Please sign in to comment.