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

fix NPZ reader for local paths #502

Closed willow-ahrens closed 4 months ago

willow-ahrens commented 4 months ago

fixes #500 Somehow isfile was getting called with two arguments, and this failed for local paths. I don't think isfile is meant to take two arguments.