montepython_public
montepython_public copied to clipboard
Public repository for the Monte Python Code
This github page is no longer being maintained. There is a new version 3 of MontePython available at: [https://github.com/brinckmann/montepython_public](https://github.com/brinckmann/montepython_public) Please use the new MontePython github page for posting issues. Thank...
Hi all, I'm using Montepython to estimate the cosmological parameters through the density angular power spectrum (dCl). I've discovered that the angular spectrum that I get from Montepython is not...
add file requirements project
Fixes this bug: TypeError: 'float' object cannot be interpreted as an index
Hello, I am using Montepython and I want to use Planck likelihood. I followed the steps on this website https://monte-python.readthedocs.io/en/latest/installation.html#prerequisites in which it said that we can download the Planck...
Dear friends. I have just learnt to use MCMC (M-H algorithm). Now I would like to go toward learning Motepython and CosmoMC. At first step, I choose MontePython. But I...
MontePython gives me an error that no decently sized chain is found, I honestly don't have a clue, maybe it means I have to run it with more points? It...
Hello, I am trying to install the montepython on NERSC cori. All pre-requisites (numpy, scipy, cython) are fine due to use python-anaconda And no problem with class installation and test....
The code gives an error when the user attempts to use a Gaussian prior for any nuisance parameter, by including a line like `data.parameters['xyz'] = [10.0, 0, 20, 0.5, 1,...
Hi all, I have a question re over-sampling. My understanding is that, if I have a param file of the following form ``` data.experiment=[exp1,exp2] data.over_sampling=[1, N_1, N_2] ``` where I...