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

line 335, change output format for walk/extrude to SparseList #486

Closed kylebd99 closed 4 months ago

kylebd99 commented 5 months ago

When selecting an output level format, we should pick SparseList when possible. This changes line 335 in traits.jl to do so. The other lines are whitespace issues.