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://mybinder.org/badge_logo.svg 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

How to Use This Guide#

After having successfully install cobaya_utilities, you can probably learn most of what you need from the tutorials listed below

We welcome bug reports, patches, feature requests, and other comments via the GitHub issue tracker.