Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jun 12, 2024
1 parent efd9089 commit 6dc55ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arithmetic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ end
# TODO just push to internal vectors once canonical is implemented for SparseVector
function unsafe_push!(a::SparseArrays.SparseVector, k, v)
a[k] = MA.add!!(a[k], v)
return v
return a
end

function unsafe_push!(a::AlgebraElement, k, v)
Expand Down

0 comments on commit 6dc55ec

Please sign in to comment.