We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26922f commit ff6b12fCopy full SHA for ff6b12f
test/mapreduce.jl
@@ -73,6 +73,6 @@
73
broadcast!(+, mm, v1, M)
74
@test mm == @MMatrix [3 4; 7 8; 11 12; 15 16]
75
# issue #103
76
- @test map(+, M, M) == @SMatrix [2 4; 6 8; 10 12; 14 16]
+ @test map(+, M, M) == [2 4; 6 8; 10 12; 14 16]
77
end
78
0 commit comments