Skip to content

Commit cc3da98

Browse files
committed
v0.1.7
1 parent b4af2d3 commit cc3da98

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

ot/da.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def sinkhorn_lpl1_mm(a,labels_a, b, M, reg, eta=0.1,numItermax = 10,numInnerIter
122122

123123

124124

125-
class OTDA():
125+
class OTDA(object):
126126
"""Class for domain adaptation with optimal transport"""
127127

128128
def __init__(self,metric='sqeuclidean'):

setup.py

-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111

1212
here = path.abspath(path.dirname(__file__))
1313

14-
15-
16-
17-
#import glob
18-
1914
# dirty but working
2015
__version__ = re.search(
2116
r'__version__\s*=\s*[\'"]([^\'"]*)[\'"]', # It excludes inline comment too

0 commit comments

Comments
 (0)