Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiler: Check DeviceFunctions for SubDimensions #2279

Merged
merged 2 commits into from
Dec 11, 2023

compiler: Refactor abridge_dim_names as singledispatch

054f34f
Select commit
Loading
Failed to load commit list.
Merged

compiler: Check DeviceFunctions for SubDimensions #2279

compiler: Refactor abridge_dim_names as singledispatch
054f34f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 11, 2023 in 0s

86.82% (target 1.00%)

View this Pull Request on Codecov

86.82% (target 1.00%)

Details

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (b95947e) 86.82% compared to head (054f34f) 86.82%.

Files Patch % Lines
devito/passes/iet/misc.py 88.23% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2279      +/-   ##
==========================================
- Coverage   86.82%   86.82%   -0.01%     
==========================================
  Files         229      229              
  Lines       42441    42450       +9     
  Branches     7868     7870       +2     
==========================================
+ Hits        36851    36858       +7     
- Misses       4931     4933       +2     
  Partials      659      659              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.