Skip to content

Commit a65ff1b

Browse files
committed
working
1 parent f5e9a13 commit a65ff1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ot/da.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -617,8 +617,7 @@ class OTDA_lpl1(OTDA):
617617

618618

619619
def fit(self,xs,ys,xt,reg=1,eta=1,ws=None,wt=None,**kwargs):
620-
""" Fit regularized domain adaptation between samples is xs and xt (with optional weights),
621-
See ot.da.sinkhorn_lpl1_mm for fit parameters""""
620+
""" Fit regularized domain adaptation between samples is xs and xt (with optional weights), See ot.da.sinkhorn_lpl1_mm for fit parameters"""
622621
self.xs=xs
623622
self.xt=xt
624623

0 commit comments

Comments
 (0)