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 09fa466 commit 84bf6f9Copy full SHA for 84bf6f9
test/runtests.jl
@@ -41,7 +41,7 @@ _a, _b, _c = fastindices(:a, :b, :c)
41
@test fastindices(("a", Val(:b))) == (Val(:a), Val(:b))
42
43
@test collect(ComponentArrays.partition(collect(1:12), 3)) == [[1,2,3], [4,5,6], [7,8,9], [10,11,12]]
44
- @test size(ComponentArrays.partition(zeros(2,2,2), 1, 2, 2)[2,1,1]) == (1, 2, 2)
+ @test size(collect(ComponentArrays.partition(zeros(2,2,2), 1, 2, 2))[2,1,1]) == (1, 2, 2)
45
end
46
47
@testset "Construction" begin
0 commit comments