Skip to content
Snippets Groups Projects
Unverified Commit 298cfc63 authored by siranipour's avatar siranipour Committed by GitHub
Browse files

Merge pull request #926 from NNPDF/fixvpsetupfiterror

Fix vp-setupfit error #878
parents 0e1b0143 a0635f58
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,8 @@ SETUPFIT_FIXED_CONFIG = dict(
SETUPFIT_PROVIDERS = ['validphys.filters',
'validphys.theorycovariance.construction',
'validphys.results',]
'validphys.results',
'validphys.covmats']
SETUPFIT_DEFAULTS = dict(
use_cuts= 'internal',
......
......@@ -20,7 +20,6 @@ from validphys.results import Chi2Data, results
from validphys.calcutils import calc_chi2, all_chi2_theory, central_chi2_theory
from validphys.theorycovariance.theorycovarianceutils import process_lookup, check_correct_theory_combination
log = logging.getLogger(__name__)
theoryids_groups_central_values = collect(groups_central_values,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment