Skip to content

xgarrido/cobaya_utilities

Repository files navigation

Cobaya utilities

A set of tools to deal with MCMC chains and a complement to cobaya and getdist.

image

Documentation Status

image

image

Installing the code

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

Running/testing the code

You can test the cobaya_utilities module (assuming you have pytest installed) by doing

pytest

Documentation

Read the docs at cobaya-utilities.readthedocs.io.