-
Hi @JesusTorrado and @cmbant,
First, I would like to thank you two a lot for all the support you have given me over the years. I would like to say that we are making good progress in integrating th…
-
Hello,
I hope Jesus and Lewis are safe! I am testing the interface between Cobaya and Cosmolike - which has an internal caching. To allow for slow/fast I adopted the manual blocking
```
- [1, […
-
There is a small error in the H0 likelihood in _H0_prototype.py, related to the normalization factor used in scipy.stats.norm.logpdf . The error does not affect an MCMC run, as it is an additive cons…
-
There's probably an easy way to do this but I couldn't find it from looking at the docs.
Say that my yaml file points to an external likelihood in a module in the same directory. I then insert a s…
-
Hello again,
When running w0-wa, I am getting a lot these types of errors on CAMB
`
TRanges_Add_delta: end must be larger than start
ERROR STOP
`
even when `stop_at_error: False`.
Any…
-
Hello,
I am testing the minimizer by sampling 1 (non-CAMB) parameter `r_free` with the rest of the CAMB input parameter fixed. Since I am not sampling the CAMB parameters, the output spectra (and i…
-
I am wondering if this line https://github.com/CobayaSampler/cobaya/blob/master/cobaya/install.py#L123 should be not be replaced by something like
```python
if kwargs.get("skip_global"):
```
oth…
-
Hi all,
I have an issue with the "triangle_plot" where as can be seen from the attached figure for some parameters (e.g. \gamma) the 1d plot (green) do not seem to display the marginalised distrib…
-
Is there an easy way to make sure that z=0 is in the redshifts array? If so, I think it would be good to make that the default option. Otherwise, one could naively install the code, run it for BAO, an…
-
Hi guys,
I want to get the Cls from class code using the script showed in the cobaya's doc:
"""""""""""""""""""""""""""""""""""""""""""'
fiducial_params = {
'ombh2': 0.02629, 'omch2': 0.1479,…