nuclear-multimessenger-astronomy / nmma

A pythonic library for probing nuclear physics and cosmology with multimessenger analysis
https://nuclear-multimessenger-astronomy.github.io/nmma/
GNU General Public License v3.0
30 stars 58 forks source link

Add flag to skip sampling in analysis.py #266

Closed bfhealy closed 10 months ago

bfhealy commented 10 months ago

This PR adds a --skip-sampling flag that skips bilby sampling in analysis.py. The intended purpose of this flag is to be combined with --plot to generate plots based on the latest checkpoint results for interrupted runs.

sahiljhawar commented 10 months ago

LGTM