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.
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.