summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
Diffstat (limited to 'ot')
-rw-r--r--ot/bregman.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ot/bregman.py b/ot/bregman.py
index fd04fa4..d1057ff 100644
--- a/ot/bregman.py
+++ b/ot/bregman.py
@@ -499,8 +499,6 @@ def greenkhorn(a, b, M, reg, numItermax=10000, stopThr=1e-9, verbose=False, log=
"""
- i = 0
-
n = a.shape[0]
m = b.shape[0]