Skip to content

Convert pipeline.py to use new-style classes

John Douglas Veitch requested to merge john-veitch/glue:pipeline_update into master

pipeline.py used old-style classes which prevent multiple inheritance working properly. lalinference_pipe subclasses these and this was causing problems using super(), so I have updated the code.

Merge request reports