We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2060c6 commit ff7c713Copy full SHA for ff7c713
test/test_blockarrays.jl
@@ -82,7 +82,7 @@ end
82
@test A isa Matrix
83
84
# test that BlockArrays may be created from immutable arrays
85
- B = BlockArray(reshape([1:9;],3,3), [2,1], [2,1])
+ B = BlockArray(reshape(1:9,3,3), [2,1], [2,1])
86
@test blocksizes(B) == ([2,1], [2,1])
87
@test B == reshape([1:9;],3,3)
88
@test blocks(B) isa Matrix{Matrix{Int}}
0 commit comments