Draft: Add generic lalinference_integration_test runner
Description
This MR refactors the lalinference
integration test infrastructure into a python script lalinference_integration_test.py
that handles the configuration and execution for all engines, and supports the following extras:
bayeswave
ligo.skymap
pesummary
This has exposed at few bugs in lalinference_pipe_utils.py
, which have been (or will be) fixed as I go.
This supersedes !1226 (closed) (I forked from that branch).
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.
Review Status
This should be thoroughly checked by @vivien, @john-veitch, @cjhaster, etc.
/cc @charlie.hoy.
Edited by Duncan Macleod