summaryrefslogtreecommitdiff
path: root/ot/bregman.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-26 12:33:14 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-26 12:33:14 +0200
commit96f8b96cdd50be633d4f3c6f3255cb456e492e08 (patch)
tree228285e9d969cc82cd2eb66f35a2348a3360adde /ot/bregman.py
parent84aa3183491260b9c3dbb9f928499cc18e5341c1 (diff)
valid flake8
Diffstat (limited to 'ot/bregman.py')
-rw-r--r--ot/bregman.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ot/bregman.py b/ot/bregman.py
index 929388e..d63c51d 100644
--- a/ot/bregman.py
+++ b/ot/bregman.py
@@ -110,7 +110,7 @@ def sinkhorn(a, b, M, reg, method='sinkhorn', numItermax=1000, stopThr=1e-9, ver
def sink():
return sinkhorn_epsilon_scaling(
a, b, M, reg, numItermax=numItermax,
- stopThr=stopThr, verbose=verbose, log=log, **kwargs)
+ stopThr=stopThr, verbose=verbose, log=log, **kwargs)
else:
print('Warning : unknown method using classic Sinkhorn Knopp')
@@ -219,7 +219,7 @@ def sinkhorn2(a, b, M, reg, method='sinkhorn', numItermax=1000, stopThr=1e-9, ve
def sink():
return sinkhorn_epsilon_scaling(
a, b, M, reg, numItermax=numItermax,
- stopThr=stopThr, verbose=verbose, log=log, **kwargs)
+ stopThr=stopThr, verbose=verbose, log=log, **kwargs)
else:
print('Warning : unknown method using classic Sinkhorn Knopp')