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
21 stars 14 forks source link

fix mpi4py import and allow to run whitout it #31

Closed igomezv closed 2 years ago

igomezv commented 2 years ago

The mpi4py import was moved into the MCMCAnalyzer class. In addition, we add a few of exceptions to allow running MCMCAnalyzer without mpi4py installed using only 1 processor and generating 1 chain, also these changes allow to use the rest of simplemc without having mpi4py.

igomezv commented 2 years ago

We also update some libraries in the requirements files.