ja-vazquez / SimpleMC

Updated version of a simple MCMC code for cosmological parameter estimation where only expansion history matters.
GNU General Public License v2.0
23 stars 15 forks source link

Why is the emcee import commented? #34

Open igomezv opened 2 years ago

igomezv commented 2 years ago

The emcee analyzer option is disabled:

https://github.com/ja-vazquez/SimpleMC/blob/6cb9d171ac907d5cb30d0cc4582eee02655b71bc/simplemc/DriverMC.py#L8

camarman commented 2 years ago

Will it be available in the future ?

igomezv commented 2 years ago

Yes, it is indeed available by uncommenting this line. However, we will notify you when it is tested.

camarman commented 2 years ago

I see, I was getting an error, and I have realized that there are two commented code lines. One in simplemc/DriverMC and the other one in simplemc/analyzers/ __init__.py. Now it works fine.

However, we will notify you when it is tested.

That would be great, thanks.