JuliaSparse / SuiteSparseGraphBLAS.jl

Sparse, General Linear Algebra for Graphs!
MIT License
102 stars 17 forks source link

InsufficientSpace Error #23

Closed rayegun closed 3 years ago

rayegun commented 3 years ago

This bug is extraordinarily difficult to replicate. It occurs with findnz on vectors as in line 32 of "test/gbarray.jl". It generally doesn't occur if you run the same function on the same inputs twice.

The output array is not large enough, but I'm not sure why... If this crops up again I'll need to dig deeper, but I cannot replicate.

rayegun commented 3 years ago

Should be fixed by one of todays commits.