summaryrefslogtreecommitdiff
path: root/ot/smooth.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-05-31 13:45:11 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-05-31 13:45:11 +0200
commit8046b8c424d7b80f520e212e2bf8de41cb624aab (patch)
treed679ae2ffe48501b5c95284261364d0ec11b07dd /ot/smooth.py
parentd370f18aaac4ed6903e3b4251c8b9c4685c53cc3 (diff)
pep8
Diffstat (limited to 'ot/smooth.py')
-rw-r--r--ot/smooth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/smooth.py b/ot/smooth.py
index dd734b3..87d61ef 100644
--- a/ot/smooth.py
+++ b/ot/smooth.py
@@ -580,7 +580,7 @@ def smooth_ot_semi_dual(a, b, M, reg, reg_type='l2', method="L-BFGS-B", stopThr=
raise NotImplementedError('Unknown regularization')
# solve dual
- alpha, res = solve_semi_dual(a, b, M, regul, max_iter=numItermax,
+ alpha, res = solve_semi_dual(a, b, M, regul, max_iter=numItermax,
tol=stopThr, verbose=verbose)
# reconstruct transport matrix