Skip to content

Draft: Adding a unit test for the chebyshev filtering.

Nicolas Tancogne-Dejean requested to merge composition_unit_test into main

Description

Adding a unit test for the chebyshev filtering, testing some properties of the Chebyshev polynomials. This is used for checking that T_{2n}(x) = 2T_n(x)-1.

News snippet

Adding a unit test for the chebyshev filtering

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports