-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I have successfully (I think) installed Cocoa, but I'm running into errors trying to run some of the example .yaml files with Cobaya.
Several likelihoods produce errors like [input] *ERROR* likelihood 'planck_2018_lowl.TT' does not recognize some options: 'path' (did you mean 'stop_at_error'?). Check the documentation for 'likelihood'., and some likelihoods can't be found, like sn.roman_o and des_y3.combo_3x2pt (I have DESY3 enabled and the projects/des_y3 folder is present).
I think this may be caused by the fact that the version of Cobaya that gets invoked is the one in my .local/lib/python3.10/site-packages/ rather than the one installed in the cocoa env. Is there a way to rectify this without uninstalling Cobaya from my .local version of Python?