Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jun 13, 2024
1 parent 6494bd0 commit e9a65bf
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 e9a65bf

Please sign in to comment.