Skip to content

Provide default values for NULL args in time and frequency series

Leo P. Singer requested to merge leo-singer/lalsuite:series-defaults into master

Description

Prevent segfaults in Python due to passing None as arguments to lal.CreateREAL8FrequencySeries and friends. Fixes #192 (closed).

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

Review Status

???

Merge request reports