From fb4c8d843464427c0be9fd5146d2ed228a0ee017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogumi=C5=82=20Kami=C5=84ski?= Date: Sun, 17 Oct 2021 12:52:10 +0200 Subject: [PATCH] Update runtests.jl --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index f4bc60ea..fed79f14 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -603,7 +603,7 @@ end # randomized partialsort correctness test Random.seed!(1234) - for i in 1:100, j in 1:20 + for i in 1:200, j in 1:20 x = rand(2000) p = rand(j) @test quantile(x, p) == [quantile(x, v) for v in p]