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/implicit yield #422

Closed willow-ahrens closed 6 months ago

willow-ahrens commented 7 months ago

related to https://github.com/willow-ahrens/Finch.jl/issues/387

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (bc800e8) 75.75% compared to head (1e819e5) 75.83%.

Files Patch % Lines
src/FinchNotation/syntax.jl 80.55% 7 Missing :warning:
src/transforms/wrapperize.jl 90.00% 3 Missing :warning:
src/tensors/scalars.jl 66.66% 2 Missing :warning:
src/FinchNotation/instances.jl 75.00% 1 Missing :warning:
src/tensors/combinators/offset.jl 0.00% 1 Missing :warning:
src/tensors/combinators/product.jl 0.00% 1 Missing :warning:
src/tensors/combinators/protocolized.jl 0.00% 1 Missing :warning:
src/tensors/combinators/scale.jl 0.00% 1 Missing :warning:
src/tensors/combinators/swizzle.jl 66.66% 1 Missing :warning:
src/tensors/combinators/toeplitz.jl 0.00% 1 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #422 +/- ## ========================================== + Coverage 75.75% 75.83% +0.07% ========================================== Files 86 86 Lines 7636 7693 +57 ========================================== + Hits 5785 5834 +49 - Misses 1851 1859 +8 ```

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