Skip to content

Commit 26748eb

Browse files
committed
cvx import barycenter
1 parent 8ffb061 commit 26748eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ot/lp/cvx.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
# License: MIT License
99

1010
import warnings
11+
from ._barycenter_solvers import barycenter
12+
13+
14+
__all__ = ["barycenter"]
1115

1216

1317
warnings.warn(

0 commit comments

Comments
 (0)