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: Fix code generation for pow and fabs when using float32 #2504

Merged
merged 9 commits into from
Dec 23, 2024

tests: Make maths functions precision tests more stringent

ad97f5e
Select commit
Loading
Failed to load commit list.
Merged

compiler: Fix code generation for pow and fabs when using float32 #2504

tests: Make maths functions precision tests more stringent
ad97f5e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 0s

87.29% (target 1.00%)

View this Pull Request on Codecov

87.29% (target 1.00%)

Details

Codecov Report

Attention: Patch coverage is 91.30435% with 4 lines in your changes missing coverage. Please review.

Project coverage is 87.29%. Comparing base (5a15896) to head (ad97f5e).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
devito/symbolics/printer.py 81.81% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2504      +/-   ##
==========================================
- Coverage   87.35%   87.29%   -0.06%     
==========================================
  Files         238      238              
  Lines       45574    45645      +71     
  Branches     4035     4048      +13     
==========================================
+ Hits        39813    39848      +35     
- Misses       5079     5112      +33     
- Partials      682      685       +3     

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