WIAS-PDELib / ExtendableGrids.jl

MIT License
21 stars 11 forks source link

fix for subgrid in case there is empty boundary data #36

Closed chmerdon closed 10 months ago

chmerdon commented 10 months ago

…in the parent grid (or probably also when the subgrid lies completely in the interior)

codecov-commenter commented 10 months ago

Codecov Report

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

Comparison is base (fd3587a) 72.00% compared to head (2c1e5f4) 72.02%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #36 +/- ## ========================================== + Coverage 72.00% 72.02% +0.02% ========================================== Files 26 26 Lines 4118 4121 +3 ========================================== + Hits 2965 2968 +3 Misses 1153 1153 ```

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

j-fu commented 10 months ago

Can you add a test for this ?

chmerdon commented 10 months ago

The new commit modifies an existing test which fails without the first commit in this PR.