Skip to content
Snippets Groups Projects
Commit 585e69a8 authored by andreab1997's avatar andreab1997
Browse files

Changed default

parent d6158062
Branches
Tags
2 merge requests!1557Fix the chi2 computation in the report when there is a thcovmat,!1528Fit with theory covmat with n3fit
......@@ -159,10 +159,10 @@ class N3FitConfig(Config):
N3FIT_FIXED_CONFIG['use_scalevar_uncertainties'] = thconfig.get('use_scalevar_uncertainties', True)
#Sampling flags and defaults
N3FIT_FIXED_CONFIG['use_t0_sampling'] = False
N3FIT_FIXED_CONFIG['separate_multiplicative'] = False
N3FIT_FIXED_CONFIG['separate_multiplicative'] = True
if (sam_t0:=file_content.get('sampling')) is not None:
N3FIT_FIXED_CONFIG['use_t0_sampling'] = sam_t0.get('use_t0', False)
N3FIT_FIXED_CONFIG['separate_multiplicative'] = sam_t0.get('separate_multiplicative', False)
N3FIT_FIXED_CONFIG['separate_multiplicative'] = sam_t0.get('separate_multiplicative', True)
#Fitting flag
N3FIT_FIXED_CONFIG['use_t0_fitting'] = file_content.get('fitting').get('use_t0', True)
file_content.update(N3FIT_FIXED_CONFIG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment