Skip to content

Minor: Fix `rejection-sample-posterior` not used.

Samson Leong requested to merge samson.leong/parallel_bilby:lscsoft-fix3 into master

The option rejection-sample-posterior is present in the arguments of analysis_runner, but it is not supplied to format_result when called.

As a result, this user-input of this option will not be respected. This MR fixes that.

Merge request reports