adding option to switch on/off thcovmat in sampling/fitting
Created by: tgiani
Here there is a possible way to switch on/off the th cov matrix in sampling/fitting.
As it is in this PR, every time we are using the th cov matrix, we would need to add at the runcard the two items sampling
and fitting
under theorycovmatconfig
.
So for example to have the th cov mat just in the fitting
theorycovmatconfig:
...
...
sampling: false
fitting: true
If sampling
and fitting
are not specified it will not work.