Skip to content

Remove some more pegasus-related code in lalapps/inspiral.py

Ian Harry requested to merge ian-harry-master-patch-60325 into master

+### Description

@duncanmmacleod It looks like we missed this in !1694 (merged). Using this code against the current glue.pipeline fails as the methods that are called no longer exist.

.... There is an issue here that the current release of this file (without !1694 (merged)) is incompatible with the latest release of glue (which has pegasus stuff removed). This causes sbank_pipe failures if using the latest versions of these codes.

API Changes and Justification

No API changes.

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

Please provide details on any reviews related to this change and and the associated reviewers.

Edited by Ian Harry

Merge request reports