montepython_public
montepython_public copied to clipboard
Public repository for the Monte Python Code
Hi! I made small modifications to the to_reorder function in the analyze.Information class (analyze.py, lines 2248-2308). Reason: info.to_reorder used to fail for parameters renamed by info.to_change, as the to_reorder function...
This is a work-in-progress to add two more samplers: 1. https://johannesbuchner.github.io/UltraNest/ is a nested sampler that can be operated in two modes: (1) with MLFriends, a parameter-free safe algorithm, efficient...
This code generates 1σ and 2σ contours from a multivariate Gaussian distribution using means and covariance matrix from a MontePython run.
I encountered two problems when running MultiNest when the chains directory is not a MontePython subdirectory. I had to add: `'base_dir': {'type': str}` to the NS_auto_arguments dictionary line 96-102 of...
OS system: macOS Monterey Python version : Python 3.9 After type `./waf configure install_all_deps`, the following error appears ``` Traceback (most recent call last): File "/Users/huangxiangyu/Desktop/cosmo_dir/montepython_public/wrapper_wmap_v4p1/.waf3-1.7.3-b5327cf0d930bf4d64875ced737407e3/waflib/Scripting.py", line 97, in waf_entry_point...
I am attempting to compute additional derived parameters and when I run with MP 3.5 and python 3.8.5 I get the following error: ` File "montepython/MontePython.py", line 40, in sys.exit(run())...
Hi, I think there is an error regarding restart of chains in Montepython originating from the io_mp.py file -- in the definition of create_output_files(command_line, data). Let's say I have the...
I have the following queries: 1. Is there any procedure to obtain the best fit values for parameters with chi-square minimization using BOBYQA (Powell 2009) in montepython (as it is...
Having a limited sized string for output file names causes the `python MontePython info path/to/NS` to break as it cannot find the files which have incomplete file names.
I needed to recompute some chains to validate my hi_class code against some previous version, but could not find a way to do it with MontePython. I ended up modifying...