We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156dc8d commit 951afcdCopy full SHA for 951afcd
src/show.jl
@@ -40,7 +40,7 @@ function _blockarray_print_matrix_row(io::IO,
40
cumul += 1
41
if ndims(X) == 2
42
# Have accumulated enough for the block, should print a |
43
- if block < length(cumulsizes(X,2)) - 1 && cumul == blocksize(X, 2, block)[2]
+ if block < length(cumulsizes(X,2)) - 1 && cumul == blocksize(X, 2, block)
44
block += 1
45
cumul = 0
46
print(io, " │")
0 commit comments