Skip to content

Commit 470fce2

Browse files
author
ievred
committed
added defaults for emd_laplace
1 parent b706bad commit 470fce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ot/da.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ def emd_laplace(a, b, xs, xt, M, sim='knn', sim_param=None, reg='pos', eta=1, al
789789
Type of similarity ('knn' or 'gauss') used to construct the Laplacian.
790790
sim_param : int or float, optional
791791
Parameter (number of the nearest neighbors for sim='knn'
792-
or bandwidth for sim='gauss' used to compute the Laplacian.
792+
or bandwidth for sim='gauss') used to compute the Laplacian.
793793
reg : string
794794
Type of Laplacian regularization
795795
eta : float

0 commit comments

Comments
 (0)