willow-ahrens / Finch.jl

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

a bit of a hack to fix 483 #484

Closed willow-ahrens closed 5 months ago

willow-ahrens commented 5 months ago

fixes #483

willow-ahrens commented 5 months ago

@kylebd99 Feel free to merge if you agree with this!

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.33%. Comparing base (4f87ca8) to head (50b35f8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #484 +/- ## ========================================== - Coverage 76.39% 76.33% -0.06% ========================================== Files 92 92 Lines 8882 8881 -1 ========================================== - Hits 6785 6779 -6 - Misses 2097 2102 +5 ```

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

kylebd99 commented 5 months ago

Thanks for the quick fix!