baudren / montepython_public

Public repository for the Monte Python Code
MIT License
65 stars 115 forks source link

Missing montepython/likelihoods/__init__.py file #67

Closed carlosggarcia closed 7 years ago

carlosggarcia commented 7 years ago

Hi, The __init__.py file is missing in montepython/likelihoods folder:

Configuration Error: /|\ Trying to import the fake_planck_bluebook likelihood as asked in the /o\ parameter file, and failed. Please make sure it is in the montepython/likelihoods folder, and is a proper python module. Check also that the name of the class defined in the __init__.pymatches the name of the folder. In case this is not enough, here is the original message: No module named likelihoods.fake_planck_bluebook

I've solved (or at least it does not complain any longer) this issue with: touch montepython/likelihoods/__init__.py

lesgourg commented 7 years ago

Thank you, it is fixed now in 2.2 ! Sorry for the delay in fixing this.