CobayaSampler / cobaya

Code for Bayesian Analysis
http://cobaya.readthedocs.io/en/latest/
Other
126 stars 125 forks source link

Installing DESI data: could not be found error #355

Closed ark93-cosmo closed 5 months ago

ark93-cosmo commented 5 months ago

Hi, I'm trying to install the DESI data using: cobaya-install MyFile.yaml after upgrading COBAYA to v3.5. In my yaml file, I tried: bao.desi_2024_bao_bgs_z1: null or desi_2024_bao_bgs_z1: null or bao.desi_y1: null but I keep getting a ``could not be found'' error. Also, the alternative suggestions do not include anything related to DESI. Is this cosmo package installation method not updated to work for DESI data? Otherwise, how could I install the required files? Thanks!

cmbant commented 5 months ago

Make sure you installed latest master branch.

ark93-cosmo commented 5 months ago

Shouldn't python -m pip install cobaya --upgrade --target=path/to/cobaya/ install the latest master branch?

cmbant commented 5 months ago

I don't think so, think that gets from pypy

ark93-cosmo commented 5 months ago

I see, so my only option is to git clone the master branch. Thanks Antony!