You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just accidentally built a .mtx with 0-based indices, which caused the application to crash. I think we might be able to catch this kind of issue earlier without performance overhead, since read_raw is bottlenecked by string parsing and IO, not really the matrix_data itself.
I just accidentally built a
.mtx
with 0-based indices, which caused the application to crash. I think we might be able to catch this kind of issue earlier without performance overhead, sinceread_raw
is bottlenecked by string parsing and IO, not really the matrix_data itself.Related to #770
The text was updated successfully, but these errors were encountered: