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

introduce 'flatten_arrays()' (to overcome pointer hack) #199

Merged
merged 5 commits into from
Dec 20, 2023

rename new utility to 'normalize_array_shape_and_access'

b2fef9b
Select commit
Loading
Failed to load commit list.
Merged

introduce 'flatten_arrays()' (to overcome pointer hack) #199

rename new utility to 'normalize_array_shape_and_access'
b2fef9b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2023 in 0s

92.23% (-0.01%) compared to 2f5158a

View this Pull Request on Codecov

92.23% (-0.01%) compared to 2f5158a

Details

Codecov Report

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

Comparison is base (2f5158a) 92.23% compared to head (b2fef9b) 92.23%.

Files Patch % Lines
loki/transform/transform_array_indexing.py 95.45% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #199      +/-   ##
==========================================
- Coverage   92.23%   92.23%   -0.01%     
==========================================
  Files          95       95              
  Lines       16972    17009      +37     
==========================================
+ Hits        15654    15688      +34     
- Misses       1318     1321       +3     

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