-
After [#326](https://github.com/CobayaSampler/cobaya/pull/326), Cobaya has become incompatible with Python
-
Do we need this? Odd duplication of stuff in toml (and out of date, missing e.g. running_jobs)
-
Hi,
According to the Cobaya docs., the `covmat: auto` setting is designed to automatically select an appropriate covariance matrix for the dataset in use. But it is giving me the following warning …
-
We are trying to use the hillipop likelihood in Cobaya however with a modified CLASS version as opposed to CAMB as in the example in this repository. The computation simply stops with
`[planck_202…
-
I seem to be having a problem here with the self.cosmo["m_ncdm"] returning a list, i.e., [0.052306970895158955] ...
https://github.com/cosmodesi/desilike/blob/a533f2ae958028f81f31d52b0e05672fb0f31b6b…
-
Is it possible to sample over logA_s in firecrown. We discussed this before and there seems to be some workaround using cosmosis, but I'm not sure about cobaya. Could this be documented somewhere in t…
-
Currently, the cobaya implementation loads the incorrect likelihoods during iterative sampling. Instead of TTTEEE the TT likelihood gets loaded, and the low_l TT likelihood gets loaded in place of the…
-
In the current version of FittingSequence, some sampling algorithms are accessed via a "top level" function named after the general algorithm i.e. mcmc() which contains the ensemble samplers emcee and…
-
# Issue
I would like to use an external primordial power spectrum with tensor modes.
In `cobaya/theories/camb/camb.py` line 336 it says:
```python
# must set WantTensors manually if using exte…
-
I am trying to run the minimizer after sampling, within a Python script that looks something like this:
```
# copy in parameters:
_params = copy.deepcopy(params)
_params['sampler'] = mcmc_option…