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

Add a getindex for swizzles and also talk about code_warntype #424

Closed willow-ahrens closed 6 months ago

willow-ahrens commented 6 months ago

fixes https://github.com/willow-ahrens/Finch.jl/issues/397 fixes https://github.com/willow-ahrens/Finch.jl/issues/406

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (095acdf) 75.87% compared to head (2844594) 75.84%.

Files Patch % Lines
src/tensors/combinators/swizzle.jl 56.25% 7 Missing :warning:
src/tensors/abstract_tensor.jl 83.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #424 +/- ## ========================================== - Coverage 75.87% 75.84% -0.03% ========================================== Files 86 87 +1 Lines 7693 7710 +17 ========================================== + Hits 5837 5848 +11 - Misses 1856 1862 +6 ```

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