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: fix unevaluation of sparse cluster #2435

Closed mloubout closed 2 months ago

mloubout commented 2 months ago

Fix issue with pickling operator with sparse + subs

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 86.99%. Comparing base (97c3526) to head (03eb51b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2435 +/- ## ======================================= Coverage 86.99% 86.99% ======================================= Files 236 236 Lines 44837 44839 +2 Branches 8361 8362 +1 ======================================= + Hits 39007 39009 +2 Misses 5101 5101 Partials 729 729 ```

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

FabioLuporini commented 2 months ago

Thanks, merged