Skip to content

Commit

Permalink
Fix some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Jun 14, 2024
1 parent 8ff78c3 commit dc72135
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ end
function SparseArrayInterface.setindex_notstored!(
a::AbstractSparseArray{<:Any,N}, value, I::CartesianIndex{N}
) where {N}
iszero(value) && return a
return error("Setting the specified unstored index is not supported.")
end

0 comments on commit dc72135

Please sign in to comment.