Skip to content

Added message arguments to pipeline initialisation error

Mick Wright requested to merge mick.wright/asimov:bilby-fix into review

What?

Currently in each of the pipelines outlined at asimov.pipelines (Bilby, Bayeswave, LALInference, and Rift) if the class calling the init does not match a PipelineException is raised. However, currently this is without an error message which provokes an error in the PipelineException. This MR simply adds a "Pipeline mismatch" message to each of these errors.

Why?

Ensures the PipelineException is raised properly.

Who?

Co-authored-by: Mick Wright mick.wright@protonmail.com

Merge request reports