Skip to content

Commit 7e91495

Browse files
committed
Increase validation test tolerance slightly
1 parent 3680b87 commit 7e91495

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/riemannian.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,8 @@ end
392392

393393
tol_w1 = w1_tol_normal_1d(; n=n_samples, rng=rng)
394394

395+
tol_w1 *= 1.5
396+
395397
x_true = randn(rng, n_samples)
396398
y_true = randn(rng, n_samples)
397399

@@ -475,7 +477,7 @@ end
475477
n::Int,
476478
reps::Int=200,
477479
q::Float64=0.999,
478-
inflate::Float64=1.0,
480+
inflate::Float64=1.5,
479481
rng::AbstractRNG=Random.default_rng(),
480482
)
481483
vals_v = Vector{Float64}(undef, reps)

0 commit comments

Comments
 (0)