brinckmann / montepython_public

Public repository for the Monte Python Code
MIT License
93 stars 80 forks source link

Problem with Planck_highl_TTTEEE Lilelihood #353

Open Physics-16 opened 8 months ago

Physics-16 commented 8 months ago

I want to run the MontePython code with the following Planck data.

data.experiments=['Planck_highl_TTTEEE','Planck_lowl_EE','Planck_lowl_TT']

But some error arises whenever I tried to run the MCMC code with the above Planck data. The error that is shown on my terminal, is the following:-

Configuration Error: /|\ No information on Planck_highl_TTTEEE likelihood was found in the /o\ habit/log.param file. This can result from a failed initialization of a previous run. To solve this, you can do a ]$ rm -rf habit Be sure there is noting in it before doing this !

In order to remove this error, I deleted the previous output folder of the MontePython code named-"habit". Also I had deleted the previous Planck Likelihood data and Baseline Data from my folder. And again I reinstall all the Planck Data and baseline codes in order to avoid any kind of errors. Now with this new configuration, when I ran the MontePython code with Planck; again I got the same error. I didn't understand why am I getting this kind of error. So if someone give any suggestion to remove this error, then it will be extremely helpful for me. Thanks.

brinckmann commented 8 months ago

Hi,

This seems odd, I'm not exactly sure what you did. What happens if you open python in your terminal and write import clik?

Best, Thejs