-
I am running the following cell in Jupyter notebook
```python
# Export the results to GetDist
from getdist.mcsamples import loadMCSamples
# Notice loadMCSamples requires a *full path*
import os
…
-
I modified CLASS and added a new species. I changed the python wrapper code and I can use the new parameter **inside python**, but CLASS inside Cobaya is saying `Error message: CosmoSevereError('Class…
-
I'm trying to interface Cobaya with Cosmopower (https://github.com/alessiospuriomancini/cosmopower) @alessiospuriomancini
such that I get CMB and lensing spectra quickly from Cosmopower for each p…
-
Hi,
So I'm trying to use a modified version of CLASS with Cobaya. I have the modified version of CLASS compiled and working with the python wrapper (I can import from a python file and set new para…
-
Hello,
First let me say that I think this project will be very useful and the collection of constraints is a great idea. I have been taking a look at it for the [JOSS Review](https://github.com/ope…
-
The BAO grid likelihood files bundled in the data download (i.e., the SDSS DR16 ELG, LYAUTO and LYxQSO likelihood files) all provide the likelihood ratio at each point in the grid. In [bao.py](https:/…
-
Somehow I am getting this error even though the same demo file on binder is running without any issue. I definitely did not remove 2 arguments inside `camb.set_params()`.
```
TypeError …
-
I am running chains for the Planck likelihoods described here: https://cobaya.readthedocs.io/en/latest/likelihood_planck.html
I that we are given, for example, the planck_2018_lowl.TT likelihood. B…
-
Hi,
When I submit a job (at NERSC/Cori) with:
`$ salloc -N 4 -C haswell -q interactive -t 04:00:00 -c 64 mpirun -np 4 cobaya-run my_test.yaml -f`
I get the error:
> [0 : output] *ERROR* F…
-
Hello!
I recently installed cobaya on my laptop and am trying to get familiar with it so that I can use it for my research. When I try the basic cosmology run mentioned in the tutorial at: https://…