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: fix corner case staggered fd for centered x0 #2373

Closed mloubout closed 1 month ago

mloubout commented 1 month ago

Needed for elastic tti that contains odd centering FD

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.76%. Comparing base (9e220ae) to head (28b9a25).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2373 +/- ## ======================================= Coverage 86.76% 86.76% ======================================= Files 233 233 Lines 43741 43764 +23 Branches 8075 8079 +4 ======================================= + Hits 37953 37973 +20 - Misses 5079 5080 +1 - Partials 709 711 +2 ```

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

review-notebook-app[bot] commented 1 month ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

FabioLuporini commented 1 month ago

thanks, nice cleanup, merging