Skip to content

Commit 96f8b96

Browse files
committed
valid flake8
1 parent 84aa318 commit 96f8b96

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

ot/bregman.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def sink():
110110
def sink():
111111
return sinkhorn_epsilon_scaling(
112112
a, b, M, reg, numItermax=numItermax,
113-
stopThr=stopThr, verbose=verbose, log=log, **kwargs)
113+
stopThr=stopThr, verbose=verbose, log=log, **kwargs)
114114
else:
115115
print('Warning : unknown method using classic Sinkhorn Knopp')
116116

@@ -219,7 +219,7 @@ def sink():
219219
def sink():
220220
return sinkhorn_epsilon_scaling(
221221
a, b, M, reg, numItermax=numItermax,
222-
stopThr=stopThr, verbose=verbose, log=log, **kwargs)
222+
stopThr=stopThr, verbose=verbose, log=log, **kwargs)
223223
else:
224224
print('Warning : unknown method using classic Sinkhorn Knopp')
225225

ot/gpu/bregman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66
# Author: Remi Flamary <[email protected]>
7-
# Leo Gautheron <https://github.com/aje>
7+
# Leo Gautheron <https://github.com/aje>
88
#
99
# License: MIT License
1010

ot/gpu/da.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
# Author: Remi Flamary <[email protected]>
77
# Nicolas Courty <[email protected]>
88
# Michael Perrot <[email protected]>
9-
# Leo Gautheron <https://github.com/aje>
9+
# Leo Gautheron <https://github.com/aje>
1010
#
1111
# License: MIT License
1212

1313

14-
1514
import numpy as np
1615
from ..utils import unif
1716
from ..da import OTDA

0 commit comments

Comments
 (0)