Skip to content

Commit de4f7ba

Browse files
committed
proper definition of all dor lp
1 parent f22be34 commit de4f7ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ot/lp/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
from ..utils import parmap
1919
from .cvx import barycenter
2020

21+
__all__=['emd', 'emd2', 'barycenter', 'cvx']
22+
2123

2224
def emd(a, b, M, numItermax=100000, log=False):
2325
"""Solves the Earth Movers distance problem and returns the OT matrix

0 commit comments

Comments
 (0)