Skip to content

Lalburst python3

Kipp Cannon requested to merge (removed):lalburst_python3 into master

Description

Remove cmp() and reduce() from lalburst's python codes for Python 3 compatibility.

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

The .cmp() method of the offsetvector class is removed. This method is not supported in Python 3. There are no known examples of this method being used in lalsuite, nor in gstlal, which I believe to be the extent of the users of this class.

Review Status

Changes triggered by #253 (closed)

Merge request reports

Loading