devito icon indicating copy to clipboard operation
devito copied to clipboard

compiler: Fix placement of ConditionalDimension in subdomain

Open georgebisbas opened this issue 1 year ago • 8 comments

georgebisbas avatar Jan 23 '23 18:01 georgebisbas

Codecov Report

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

Project coverage is 79.50%. Comparing base (70fe897) to head (ba08fa7).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2050      +/-   ##
==========================================
+ Coverage   78.34%   79.50%   +1.15%     
==========================================
  Files         232      232              
  Lines       43618    43677      +59     
  Branches     8073     8073              
==========================================
+ Hits        34174    34724     +550     
+ Misses       8684     8197     -487     
+ Partials      760      756       -4     

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

codecov[bot] avatar Jan 23 '23 18:01 codecov[bot]

Do the new tests actually fail under master?

Yes, they fail in the current master with the python-land exception (I guess the same you think of here: https://devitocodes.slack.com/archives/C7JMLMSG0/p1674301184495359?thread_ts=1674231704.845469&cid=C7JMLMSG0)

georgebisbas avatar Jan 30 '23 12:01 georgebisbas

@FabioLuporini plans for this?

georgebisbas avatar Mar 24 '23 17:03 georgebisbas

@georgebisbas plan imho is to find a neater/simpler/better way

FabioLuporini avatar Mar 25 '23 09:03 FabioLuporini

What's the status on this?

mloubout avatar Sep 21 '23 13:09 mloubout

@FabioLuporini requested a better solution on this. Any ides?

georgebisbas avatar Oct 11 '23 15:10 georgebisbas

As per my comment above, I don't think it's an issue anymore and should work without the change

mloubout avatar Oct 11 '23 15:10 mloubout

@mloubout I cannot see any comment of yours (?)

pytest tests/test_subdomains.py::TestSubDomain_w_condition

I tried to run the tests and they fail

georgebisbas avatar Oct 11 '23 16:10 georgebisbas

Can we resurrect this? It fixes an issue which still exists (I accidentally replicated the fix in #2357)

EdCaunt avatar Apr 17 '24 15:04 EdCaunt