devitocodes / devito

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

compiler: Hack in thickness #2409

Closed FabioLuporini closed 2 months ago

FabioLuporini commented 2 months ago

This is beyond horrible, but it's gonna fixed in #2405

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 58.33333% with 10 lines in your changes missing coverage. Please review.

Project coverage is 86.72%. Comparing base (3024584) to head (6db5f16).

Files Patch % Lines
devito/passes/clusters/implicit.py 58.33% 8 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2409 +/- ## ========================================== - Coverage 86.74% 86.72% -0.02% ========================================== Files 235 235 Lines 44550 44567 +17 Branches 8250 8256 +6 ========================================== + Hits 38644 38652 +8 - Misses 5187 5194 +7 - Partials 719 721 +2 ```

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

FabioLuporini commented 2 months ago

Closing as superseded by #2411