Skip to content

Commit 4ced742

Browse files
committed
relative path
1 parent e1fe245 commit 4ced742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
from .da import sinkhorn_lpl1_mm
1818

1919
# utils functions
20-
from utils import dist,unif
20+
from .utils import dist,unif
2121

2222
__all__ = ["emd","sinkhorn","utils",'datasets','bregman','lp','plot','dist','unif','barycenter','sinkhorn_lpl1_mm','da','optim']

0 commit comments

Comments
 (0)