JuliaLinearAlgebra / MatrixDepot.jl

An Extensible Test Matrix Collection for Julia
http://matrixdepotjl.readthedocs.org/
Other
75 stars 22 forks source link

mmreadheader should not throw for empty files, but loadmatrix should #91

Closed KlausC closed 2 years ago

KlausC commented 2 years ago

The attempt to download not-existing files can leave an empty *.mtx file as an indication of that. This should not terminate the loading of meta data when the database is initialized.