Skip to content

remove lal/test/tools/ResampleTimeSeriesTest.c

Description

  • unused code, not included in build. including it in the build would create a cyclic compile-time dependency between lal and lalframe.
  • one could fix all of the above, for example by modifying it so that it does not require frame files to perform its tests, except the code is mostly useless: the only test it performs is to see if the function in question can be called without an error code being reported. the test does not, for example, confirm that the resampling procedure produces any sort of sensible output. if the resampler is a random number generator it will still pass this test. also, the function being tested is an obsolete, LALStatus-based function that no new code should have been using for nearly 20 years.

API Changes and Justification

Backwards Compatible Changes

  • This change does not modify any class/function/struct/type definitions in a public C header file or any Python class/function definitions
  • This change adds new classes/functions/structs/types to a public C header file or Python module

Backwards Incompatible Changes

  • This change modifies an existing class/function/struct/type definition in a public C header file or Python module
  • This change removes an existing class/function/struct/type from a public C header file or Python module

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

not reviewed.

Merge request reports