Skip to content

Commit

Permalink
update doctest for Julia v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Oct 19, 2024
1 parent 5cbec2e commit cfe14bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LazyOperations/ResetMap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ automatically.
```jldoctest resetmap
julia> ResetMap(ZeroSet(3), r)
Singleton{Float64, SparseArrays.SparseVector{Float64, Int64}}( [1] = 4.0)
Singleton{Float64, SparseArrays.SparseVector{Float64, Int64}}(sparsevec([1], [4.0], 3))
julia> ResetMap(EmptySet(3), r)
∅(3)
Expand Down

0 comments on commit cfe14bd

Please sign in to comment.