Skip to content

Commit f345878

Browse files
committed
formatting
1 parent 71c3378 commit f345878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/OptimalTransport.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,12 +548,11 @@ function ot_reg_cost(mu, nu, C, eps; reg_func="L2", method="lorenz", kwargs...)
548548
quadreg(mu, nu, C, eps; kwargs...)
549549
else
550550
@warn "Unimplemented"
551-
nothing
551+
nothing
552552
end
553553
return dot(γ, C)
554554
end
555555

556-
557556
"""
558557
quadreg(mu, nu, C, ϵ; θ = 0.1, tol = 1e-5,maxiter = 50,κ = 0.5,δ = 1e-5)
559558

src/variational.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)