We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3680b87 commit 7e91495Copy full SHA for 7e91495
1 file changed
test/riemannian.jl
@@ -392,6 +392,8 @@ end
392
393
tol_w1 = w1_tol_normal_1d(; n=n_samples, rng=rng)
394
395
+ tol_w1 *= 1.5
396
+
397
x_true = randn(rng, n_samples)
398
y_true = randn(rng, n_samples)
399
@@ -475,7 +477,7 @@ end
475
477
n::Int,
476
478
reps::Int=200,
479
q::Float64=0.999,
- inflate::Float64=1.0,
480
+ inflate::Float64=1.5,
481
rng::AbstractRNG=Random.default_rng(),
482
)
483
vals_v = Vector{Float64}(undef, reps)
0 commit comments