Skip to content

Commit e82cc19

Browse files
committed
increase number of tests for mass matrix adaptation
1 parent 4ee6cd4 commit e82cc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/adaptation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ preconditioned_cond(a::DiagMatrixEstimator, cov::AbstractMatrix) = cond(sqrt(Dia
166166

167167
@testset "Adapted mass v.s. true variance" begin
168168
D = 10
169-
n_tests = 5
169+
n_tests = 10
170170
@testset "'Diagonal' MvNormal target" begin
171171
for _ in 1:n_tests
172172

0 commit comments

Comments
 (0)