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: Add missing symbolic casts #2462

Merged
merged 2 commits into from
Oct 4, 2024

symbolics: add missing unsigned int

ef578dd
Select commit
Loading
Failed to load commit list.
Merged

compiler: Add missing symbolic casts #2462

symbolics: add missing unsigned int
ef578dd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 3, 2024 in 1s

87.07% (target 1.00%)

View this Pull Request on Codecov

87.07% (target 1.00%)

Details

Codecov Report

Attention: Patch coverage is 57.14286% with 3 lines in your changes missing coverage. Please review.

Project coverage is 87.07%. Comparing base (db692d2) to head (ef578dd).

Files with missing lines Patch % Lines
devito/tools/dtypes_lowering.py 0.00% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2462      +/-   ##
==========================================
- Coverage   87.07%   87.07%   -0.01%     
==========================================
  Files         239      239              
  Lines       45117    45123       +6     
  Branches     8427     8428       +1     
==========================================
+ Hits        39285    39289       +4     
- Misses       5100     5101       +1     
- Partials      732      733       +1     

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