Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins authored Oct 17, 2021
1 parent d84deda commit fb4c8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fb4c8d8

Please sign in to comment.