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

API: fix printer dtype processing #2388

Merged
merged 2 commits into from
Jun 18, 2024

compiler: fix stride generation with mied dtypes

3c95932
Select commit
Loading
Failed to load commit list.
Merged

API: fix printer dtype processing #2388

compiler: fix stride generation with mied dtypes
3c95932
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 18, 2024 in 0s

86.79% (target 1.00%)

View this Pull Request on Codecov

86.79% (target 1.00%)

Details

Codecov Report

Attention: Patch coverage is 82.75862% with 5 lines in your changes missing coverage. Please review.

Project coverage is 86.79%. Comparing base (be7c403) to head (3c95932).

Files Patch % Lines
devito/types/sparse.py 40.00% 3 Missing ⚠️
devito/symbolics/printer.py 80.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2388      +/-   ##
==========================================
+ Coverage   86.77%   86.79%   +0.01%     
==========================================
  Files         234      234              
  Lines       44245    44265      +20     
  Branches     8181     8183       +2     
==========================================
+ Hits        38393    38418      +25     
+ Misses       5137     5124      -13     
- Partials      715      723       +8     

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