montepython_public
montepython_public copied to clipboard
Public repository for the Monte Python Code
resolves #371
https://github.com/brinckmann/montepython_public/blob/d3e2c72e5d87bf32c5bbf3c772a54db7e1f499a8/montepython/initialise.py#L159-L174 MontePython is supposed to be able to import a specific class version based on either "default.conf" or whatever conf file is passed. In reality this is not working right...
We should add the [BK18](http://bicepkeck.org/bk18_2021_release.html) likelihood with the updated foreground model to MontePython.
I implemented the BK18 likelihood based on the previous BK14 likelihood. I initially wanted to do it by inheriting from the BK14 likelihood class, but in the end a lot...
Dear Sir, I am trying to run the CLP model. Though I can run it successfully, I have a doubt. Since the base2018TTTEEE.covmat given in the covmat doesn't contain w0_fld...
As distributed with v3.6, the bao_angular likelihood seems not to work, for two independent problems: - First, in the `__init__.py` file, the function is called `bao_boss` instead of `bao_angular`. -...
I ran 50000 steps with the Planck-2018 TT data firstly without a covariance matrix and got an abysmal acceptance rate of ~0.01. During this run, it often gave this message...
I am trying to run this command: $ python2.7 montepython/MontePython.py run -o test -p example.param But It every time it gives this error: Error in Class: thermodynamics_init(L:342) :error in thermodynamics_helium_from_bbn(ppr,pba,pth);...
Dear everyone, how to use the Planck 2020 in Montepython? For the planck 2020 data (NPIPE release) https://github.com/planck-npipe , it has been developed, but not the Montepython.
I have run into some problems while executing remove_bao to smooth the plot with my code being basically the function remove_bao + the input file + some plots. The problem...