Skip to content

Commit 6c64f16

Browse files
author
ievred
committed
import laplacian
1 parent 1c60175 commit 6c64f16

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
@@ -16,7 +16,7 @@
1616

1717
from .bregman import sinkhorn, jcpot_barycenter
1818
from .lp import emd
19-
from .utils import unif, dist, kernel, cost_normalization, label_normalization
19+
from .utils import unif, dist, kernel, cost_normalization, label_normalization, laplacian
2020
from .utils import check_params, BaseEstimator
2121
from .unbalanced import sinkhorn_unbalanced
2222
from .optim import cg

0 commit comments

Comments
 (0)