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: Concretize SubDimensions to same object across repeated calls to concretize_subdims #2509

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

compiler: SubDimension concretisation now uses Thickness concretisation

6835b2b
Select commit
Loading
Failed to load commit list.
Draft

compiler: Concretize SubDimensions to same object across repeated calls to concretize_subdims #2509

compiler: SubDimension concretisation now uses Thickness concretisation
6835b2b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 7, 2025 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 89.47368% with 2 lines in your changes missing coverage. Please review.

Project coverage is 87.29%. Comparing base (71e7eda) to head (6835b2b).

Files with missing lines Patch % Lines
tests/test_builtins.py 50.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2509   +/-   ##
=======================================
  Coverage   87.28%   87.29%           
=======================================
  Files         238      238           
  Lines       45703    45716   +13     
  Branches     4057     4057           
=======================================
+ Hits        39892    39906   +14     
- Misses       5126     5127    +1     
+ Partials      685      683    -2     

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