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
Few changes in DriverMC and CosmoCalc #18
Closed
igomezv closed 3 years ago
Only a few lines of code are changed in this PR:
DriverMC
, the mcevidence kwargs and prints to the mcmc sampler had a bug and is now fixed.CosmoCalc
, we added a return in therun_plot
method, in order to be able to use thematplotlib.Figure
in a notebook or other external script.