Closed louisl3grand closed 3 years ago
Are there any NaN in the output? Could you give a zip of the files to reproduce? thanks.
Hi Antony,
It seems the chains have no NaN. Here is the zip file: chains.zip
Thanks. Think it's related to your exponentially tiny values of sigma8, s8h5 etc.
Thanks a lot for your help @cmbant.
It seems the error is on my side. The strange values of sigma8 come from the fact that I have set the option WantTransfer: False
in in the cobaya inputs for camb.
Without setting this option the ouput sigma8 values are correct.
Cheers, Louis
Hi,
I am using getdist to analyse the chains after a MCMC run. The plotting script works well, however I can't get the marginalised uncertainties on the parameters.
I am using cobaya 3.1.1 and getdist 1.3.2
Functions like getMean() or getCovMat() are working, but not getMargeStats(). Here is the error I get when I try to obtain getMargeStats on a MCSamples object I just loaded.