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 no-merge option for SparseRLE and DenseRLE, clean up docs and tests for levels #449

Closed willow-ahrens closed 6 months ago

willow-ahrens commented 6 months ago

fixes #334

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 84.70588% with 39 lines in your changes are missing coverage. Please review.

Project coverage is 76.63%. Comparing base (4006218) to head (cb0f5ac).

Files Patch % Lines
src/tensors/levels/sparsepointlevels.jl 66.66% 17 Missing :warning:
src/tensors/levels/sparseintervallevels.jl 68.00% 16 Missing :warning:
src/tensors/levels/denserlelevels.jl 95.71% 3 Missing :warning:
src/tensors/levels/sparserlelevels.jl 96.05% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #449 +/- ## ========================================== - Coverage 76.77% 76.63% -0.15% ========================================== Files 89 89 Lines 8273 8296 +23 ========================================== + Hits 6352 6358 +6 - Misses 1921 1938 +17 ```

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