summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-09-24 10:40:15 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-09-24 10:40:15 +0200
commit1b24b1fd60a7126cd1646525ac5d7cf25f382a3a (patch)
tree0c8672255fd7c8c467af8d73a592a5bd7d3a22a9 /ot
parent8f908bd3096d9bc57a05b3de1c37b97805a10959 (diff)
remove variable i initialization
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]