https://github.com/bilby-dev/cpnest-bilby
Plugin for using cpnest with bilby
https://github.com/bilby-dev/cpnest-bilby
Last synced: about 1 month ago
JSON representation
Plugin for using cpnest with bilby
- Host: GitHub
- URL: https://github.com/bilby-dev/cpnest-bilby
- Owner: bilby-dev
- License: mit
- Created: 2025-12-12T16:58:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-12T17:08:22.000Z (6 months ago)
- Last Synced: 2026-02-15T03:58:38.498Z (4 months ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`.