Exactly the same issue as https://github.com/JuliaSparse/SparseArrays.jl/pull/93 since the other one was closed :/ ```julia julia> using SparseArrays julia> direction = spzeros(3); direction[1] = 2 2 julia> argmin(direction) === nothing true ``` it is a fairly major bug IMO, I'm surprised 1.8 wasn't tested for breaking changes on packages?