devitocodes / devito

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

example: small cleanup of tti for easier reuse #2294

Closed mloubout closed 5 months ago

mloubout commented 6 months ago

Minor cleanup for easier call from other places

codecov[bot] commented 6 months ago

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (81f6432) 86.76% compared to head (33ab5b3) 86.74%.

Files Patch % Lines
devito/arch/compiler.py 20.00% 2 Missing and 2 partials :warning:
examples/seismic/tti/operators.py 92.30% 2 Missing and 1 partial :warning:
devito/arch/archinfo.py 75.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2294 +/- ## ========================================== - Coverage 86.76% 86.74% -0.02% ========================================== Files 229 229 Lines 42893 42895 +2 Branches 7953 7955 +2 ========================================== - Hits 37214 37210 -4 - Misses 5004 5009 +5 - Partials 675 676 +1 ```

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