Skip to content

Python-based samplers do not rely on signal

Michael William Coughlin requested to merge michael-coughlin/bilby:signal into master

This PR adds a try: except: to the signal calls for the python-based samplers, which can run without signal. In addition to windows systems, signal only works in the main thread, which breaks async processing.

Merge request reports