Skip to content

Commit 0957904

Browse files
committed
added barycenter.py imports
1 parent 109edb7 commit 0957904

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: ot/lp/barycenter.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
from ..backend import get_backend
2+
from ..utils import dist
3+
from .network_simplex import emd
4+
15

26
def free_support_barycenter(
37
measures_locations,

0 commit comments

Comments
 (0)