-
When a new model is built with
```
model = get_model(info)
```
it is useful to have the underlying likelihoods exposed to the user. An example where I needed this was to generate mock BAO likeli…
-
Hi @JesusTorrado,
I wanted to check out the PolyChord-CLASS combination on Planck data. However, it fails with the error message below (at the end of the pasted output).
This might be a memory p…
-
I'm trying to resume a chain but I get the following error:
```
[0 : input] is_equal_info: different [theory] or different order of them: ['camb', 'camb.transfers'] vs ['camb'] …
-
In the process of ensuring that it only runs on one MPI instance, the install script currently attempts to `from mpi4py import MPI`. If mpi4py is not available, this is all well and good, as the try/…
-
The CMB temperature value from `cobaya` [conventions file ](https://github.com/CobayaSampler/cobaya/blob/master/cobaya/conventions.py#L96) is not exactly the same as the value from CAMB or CLASS. Comp…
-
Hi,
I'm trying to run `cobaya` with different reionization histories but this requires giving `classy` strings with parameters as input like this `params['many_tanh_xe']='-2,-1,0.2'` (see simple ex…
-
I would like to make an external likelihood such as https://github.com/simonsobs/LAT_MFLike, able to download its data (from this directory https://github.com/simonsobs/LAT_MFLike_data). So far I have…
-
We know about this already internally, just putting it on the public list so it's out there: testing using model = get_model(info) and then using cobaya.run(info) does not work (currently have to make…
-
Trying to resume a PolyChord run currently fails with (full output further down):
```bash
forrtl: severe (64): input conversion error, unit 10, file /home/lh561/Documents/Projects/CobayaPrj/chains…
-
While running PolyChord with planck_2018_lowl.TT and with planck_2018_highl_plik.TT works, I get the following error as soon as I add planck_2018_lowl.EE to the likelihoods (full debug output further …