Skip to content

Commit

Permalink
Update lazyconcat.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Dec 7, 2024
1 parent 95b503c commit 2d28d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lazyconcat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ _replace_in_print_matrix(_, k, j, s) = s
function layout_replace_in_print_matrix(LAY::ApplyLayout{typeof(vcat)}, f::AbstractVecOrMat, k, j, s)
κ = k
for A in arguments(LAY, f)
n = _vcat_size(A,1)
n = _cat_size(A,1)

Check warning on line 931 in src/lazyconcat.jl

View check run for this annotation

Codecov / codecov/patch

src/lazyconcat.jl#L931

Added line #L931 was not covered by tests
κ n && return _replace_in_print_matrix(A, κ, j, s)
κ -= n
end
Expand Down

0 comments on commit 2d28d4d

Please sign in to comment.