From 1b24b1fd60a7126cd1646525ac5d7cf25f382a3a Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Mon, 24 Sep 2018 10:40:15 +0200 Subject: remove variable i initialization --- ot/bregman.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ot') 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] -- cgit v1.2.3