willow-ahrens / Finch.jl

Sparse tensors in Julia and more! Datastructure-driven array programing language.
http://willowahrens.io/Finch.jl/
MIT License
158 stars 15 forks source link

Wma/continuousarray #419

Closed willow-ahrens closed 7 months ago

willow-ahrens commented 7 months ago

fixes #328 @nullplay This is the last piece of functionality we were gonna merge under #328 (specializing to not store redundant limits when the limits are all the same). Feel free to add more convenience constructors and things surrounding this if you wish, I believe this illustrates the approach.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (a696320) 76.02% compared to head (8ab5249) 75.75%.

Files Patch % Lines
src/util/vectors.jl 35.08% 37 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #419 +/- ## ========================================== - Coverage 76.02% 75.75% -0.27% ========================================== Files 86 86 Lines 7594 7636 +42 ========================================== + Hits 5773 5785 +12 - Misses 1821 1851 +30 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.