Skip to content

Commit

Permalink
increase sample size for more robust test
Browse files Browse the repository at this point in the history
  • Loading branch information
milankl committed Dec 8, 2021
1 parent 9df5211 commit abb4635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/information.jl
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ end

@testset "Information of random set to zero" begin
for T in (UInt32,UInt64,Float32,Float64)
for N in [100,1000,10_000]
for N in [10_000,100_000]
A = rand(T,N)
# increase confidence here from the default 0.99 to avoid test failures
# from false positives
Expand Down

0 comments on commit abb4635

Please sign in to comment.