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

compiler: Patch compare_ops for IndexDerivatives #2250

Closed FabioLuporini closed 8 months ago

FabioLuporini commented 8 months ago

hitting another piece of legacy code, sigh

codecov[bot] commented 8 months ago

Codecov Report

Merging #2250 (0744570) into master (5e4e14c) will increase coverage by 9.08%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #2250      +/-   ##
==========================================
+ Coverage   77.84%   86.92%   +9.08%     
==========================================
  Files         229      229              
  Lines       41790    41809      +19     
  Branches     7709     7712       +3     
==========================================
+ Hits        32530    36342    +3812     
+ Misses       8587     4840    -3747     
+ Partials      673      627      -46     
Files Coverage Δ
devito/symbolics/inspection.py 93.63% <100.00%> (+0.16%) :arrow_up:
tests/test_unexpansion.py 100.00% <100.00%> (ø)

... and 54 files with indirect coverage changes