Skip to content

Commit

Permalink
Fixing doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
fverdugo committed Jan 11, 2024
1 parent f5c42dc commit 64df35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/p_vector.jl
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ julia> map(local_to_global,row_partition)
[3, 4, 5, 6]
julia> a = pones(row_partition)
6-element PVector{Vector{Float64}} partitioned into 2 parts
6-element PVector partitioned into 2 parts of type Vector{Float64}
julia> local_values(a)
2-element Vector{Vector{Float64}}:
Expand Down Expand Up @@ -439,7 +439,7 @@ julia> map(local_to_global,row_partition)
[3, 4, 5, 6]
julia> a = pvector(inds->fill(part_id(inds),length(inds)),row_partition)
6-element PVector{Vector{Int32}} partitioned into 2 parts
6-element PVector partitioned into 2 parts of type Vector{Int32}
julia> local_values(a)
2-element Vector{Vector{Int32}}:
Expand Down

0 comments on commit 64df35d

Please sign in to comment.