Skip to content

Commit dcfcbb9

Browse files
authored
Update regularization parameter in the test
1 parent 3c4890a commit dcfcbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gpu/simple_gpu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Random.seed!(100)
9595

9696
@testset "quadreg" begin
9797
# use a different reg parameter
98-
ε_quad = 0.1f0
98+
ε_quad = 0.5f0
9999
γ = quadreg(
100100
cu_μ, cu_ν, cu_C, ε_quad, QuadraticOTNewton(0.1f0, 0.5f0, 1.0f-5, 50)
101101
)

0 commit comments

Comments
 (0)