A set of tools to deal with MCMC chains and a complement to cobaya and getdist.
The easiest way to install the module is
pip install [--user] cobaya-utilities
If you plan to made some modifications, to improve or to correct some bugs, then you need to clone the following repository
git clone https://github.com/xgarrido/cobaya_utilities.git /where/to/clone
Then you can install the code and its dependencies via
pip install -e [--user] /where/to/clone
You can test the cobaya_utilities
module (assuming you have pytest
installed) by doing
pytest
Read the docs at cobaya-utilities.readthedocs.io.