Skip to content

Commit 83ce401

Browse files
committed
unknown module
1 parent 0d7df3b commit 83ce401

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ot/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313

1414
# OT functions
15-
from ot.lp import emd
16-
from ot.bregman import sinkhorn,barycenter
17-
from ot.da import sinkhorn_lpl1_mm
15+
from .lp import emd
16+
from .bregman import sinkhorn,barycenter
17+
from .da import sinkhorn_lpl1_mm
1818

1919
# utils functions
2020
from utils import dist,unif

0 commit comments

Comments
 (0)