devitocodes / devito

DSL and compiler framework for automated finite-differences and stencil computation
http://www.devitoproject.org
MIT License
536 stars 221 forks source link

api: Add Hicks (sinc) interpolation api #2342

Closed mloubout closed 3 months ago

mloubout commented 3 months ago

Add support for kaiser-windowed sinc interpolation

Fixes #595

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 85.71429% with 28 lines in your changes are missing coverage. Please review.

Project coverage is 79.41%. Comparing base (311cd4e) to head (353af4f).

Files Patch % Lines
conftest.py 27.58% 19 Missing and 2 partials :warning:
devito/operations/interpolators.py 90.74% 4 Missing and 1 partial :warning:
examples/seismic/acoustic/acoustic_example.py 87.50% 1 Missing :warning:
examples/seismic/utils.py 93.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2342 +/- ## ========================================== - Coverage 86.66% 79.41% -7.26% ========================================== Files 232 232 Lines 43445 43578 +133 Branches 8063 8072 +9 ========================================== - Hits 37653 34606 -3047 - Misses 5087 8215 +3128 - Partials 705 757 +52 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.