Skip to content

Commit 9d00030

Browse files
committed
format
1 parent 00c04ac commit 9d00030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ end
187187
# compute optimal transport map (Julia implementation + POT)
188188
eps = 0.25
189189
γ = quadreg(μ, ν, C, eps)
190-
γ_pot = sparse(POT.smooth_ot_dual(μ, ν, C, eps; max_iter = 5000))
190+
γ_pot = sparse(POT.smooth_ot_dual(μ, ν, C, eps; max_iter=5000))
191191
# need to use a larger tolerance here because of a quirk with the POT solver
192192
@test norm- γ_pot, Inf) < 1e-4
193193
end

0 commit comments

Comments
 (0)