Closed juan-s-cruz closed 11 months ago
Try to upgrade cobaya
with pip install -U cobaya
.
We are already on the latest Cobaya.
I've checked, we have fixed the issue in the master
branch on git but the current version v4.2.1
on PyPI still have the theory
field. I will try to push a patched version on PyPI asap.
I tested with the repository version and indeed the sampling runs without the error now. Thanks!
New PyPI version v4.2.2 compliant with COBAYA v3.4
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_2020_hillipop.ttteee] Computing new state
[planck_2020_hillipop.ttteee] *ERROR* The 'theory' attribute of likelihoods has been deprecated. Please use the equivalent 'provider' attribute instead.
We believe the theory module is running without a problem since it is outputting the correct things and the sampling just crashes at the first evaluation of
hillipop
. However we are not able to get past the above issue. I am unsure it has to do with the deprecation above or something else. Is there a way to solve this or at least get some more information via a debugging option?