devitocodes / devito

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

api: Support combination of condition and factor for ConditionalDimension #2413

Closed mloubout closed 4 months ago

mloubout commented 4 months ago

Fixes #2273

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 96.22642% with 2 lines in your changes missing coverage. Please review.

Project coverage is 86.72%. Comparing base (0706ced) to head (a112c16).

Files Patch % Lines
devito/types/relational.py 91.66% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2413 +/- ## ======================================= Coverage 86.72% 86.72% ======================================= Files 235 235 Lines 44652 44698 +46 Branches 8273 8286 +13 ======================================= + Hits 38726 38766 +40 - Misses 5195 5207 +12 + Partials 731 725 -6 ```

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