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.

https://img.shields.io/pypi/v/cobaya-utilities.svg?style=flat GitHub Workflow Status Documentation Status https://codecov.io/gh/xgarrido/cobaya_utilities/branch/master/graph/badge.svg?token=qrrVcbNCs5

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.