Skip to content

Commit 965269b

Browse files
committed
fix doctest
1 parent a17f402 commit 965269b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PSFModels.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ julia> ax = map(intersect, axes(big_mat), axes(model))
7676
(48:54, 48:54)
7777
7878
julia> cutout = @view big_mat[ax...]
79-
7×7 Array{Float64,2}:
79+
7×7 view(::Array{Float64,2}, 48:54, 48:54) with eltype Float64:
8080
1.0 1.0 1.0 1.0 1.0 1.0 1.0
8181
1.0 1.0 1.0 1.0 1.0 1.0 1.0
8282
1.0 1.0 1.0 1.0 1.0 1.0 1.0

0 commit comments

Comments
 (0)