Metadata-Version: 2.4
Name: cpnest-bilby
Version: 0.1.0
Summary: Plugin for using cpnest with bilby.
Author: Bilby Developers
Maintainer-email: Colm Talbot <colm.talbot@ligo.org>, "Michael J. Williams" <michael.williams@ligo.org>, John Veitch <john.veitch@ligo.org>
License: MIT
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bilby>=2.3.0
Requires-Dist: cpnest>=0.9.4
Requires-Dist: numpy>=1.18.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# cpnest-bilby

Plugin for using CPNest with bilby.

## Installation

The package can be install using pip

```
pip install cpnest-bilby
```

or conda

```
conda install conda-forge:cpnest-bilby
```

## Usage

Once `cpnest-bilby` is installed, it can be used directly via the `run_sampler` method in `bilby.

See the [CPNest documentation](https://johnveitch.github.io/cpnest/) for
details about the sampler settings.

## Changes compared to the original plugin

- Fix for multiprocessing when using `npool`.
