Skip to content

Fix failing interpolation tests on newer sympy versions

Some tests where failing on newer SymPy versions due two reasons:

  • fmod was where it should be % (fix in code), affect mirror boundary handling for interpolation
  • in rotation test: mirror and wrap boundary handling was failing due two complex conjugate (mark test as xfail)

Merge request reports