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 a661450 commit f773f92Copy full SHA for f773f92
test/randindex.jl
@@ -36,7 +36,7 @@ a3 = [3, 3, 3, 2, 2, 2, 1, 1, 1, 1]
36
37
@test randindex(ones(Int, 3), ones(Int, 3)) == (1, 1, 0, 1)
38
39
-a,b = rand(1:5,100_000), rand(1:5,100_000)
+a,b = rand(1:5,10_000), rand(1:5,10_000)
40
@test randindex(a,b)[1] < 1.0e-2
41
42
end
0 commit comments