Skip to content

testFscan.sh: extend test to also run lalapps_spec_avg

Karl Wette requested to merge (removed):Fscan-spec-avg-test into master

Description

Extends the test suite for lalapps/src/pulsar/Fscan introduced in !1437 (merged) to also run the original lalapps_spec_avg code. The test only checks that lalapps_spec_avg runs and creates the required files, but doesn't check its output against any reference results. Given the uncertain usage/maintenance of this code, I think that's an acceptable level of testing for now.

Closes #331 (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

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

@david-keitel to review.

Merge request reports