Skip to content
Snippets Groups Projects
Commit e4674581 authored by RoyStegeman's avatar RoyStegeman Committed by achiefa
Browse files

add comment for ht covmat to n3fit_exec

parent f1ba75f4
Branches
No related tags found
1 merge request!1865Theory covmat for higher twist
......@@ -168,10 +168,13 @@ class N3FitConfig(Config):
N3FIT_FIXED_CONFIG['use_user_uncertainties'] = thconfig.get(
'use_user_uncertainties', False
)
# NOTE: from the perspective of the fit scalevar and ht uncertainties are the same since
# they are saved under the same name
N3FIT_FIXED_CONFIG['use_scalevar_uncertainties'] = thconfig.get(
'use_scalevar_uncertainties', True
)
N3FIT_FIXED_CONFIG['use_ht_uncertainties'] = thconfig.get('use_ht_uncertainties', False)
# N3FIT_FIXED_CONFIG['use_ht_uncertainties'] = thconfig.get('use_ht_uncertainties', False)
# Sampling flags
if (sam_t0 := file_content.get('sampling')) is not None:
N3FIT_FIXED_CONFIG['separate_multiplicative'] = sam_t0.get(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment