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 6ba0879 commit 5f22f9eCopy full SHA for 5f22f9e
test/basic_indexing.jl
@@ -69,3 +69,7 @@ recs = [[1, 2, 3], [3 5; 6 7], [8, 9, 10, 11]]
69
testva = VectorOfArray(recs) #TODO: clearly this printed form is nonsense
70
@test testva[:, 1] == recs[1]
71
testva[1:2, 1:2]
72
+
73
+# Test broadcast
74
+a = testva .+ rand(3,3)
75
+a.= testva
0 commit comments