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 9a6d517 commit ab77a5cCopy full SHA for ab77a5c
test/partitions_and_static_arrays.jl
@@ -10,4 +10,4 @@ p2 = similar(p)
10
@test typeof(p2)==typeof(p)
11
12
p3 = ArrayPartition(SA[1.0, 2.0], MMatrix{2,2}([3.0 4.0; 3.0 5.0]))
13
-@test length(typeof(p3)) == 6
+@test (@inferred length(typeof(p3))) == 6
0 commit comments