You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ot/lp/cvx.py
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@
7
7
#
8
8
# License: MIT License
9
9
10
-
print(
11
-
"The module ot.lp.cvx is deprecated and will be removed in future versions. The function `barycenter` was moved to ot.lp._barycenter_solvers and can be importer via ot.lp."
10
+
importwarnings
11
+
12
+
13
+
warnings.warn(
14
+
"The module ot.lp.cvx is deprecated and will be removed in future versions."
15
+
"The function `barycenter` was moved to ot.lp._barycenter_solvers and can"
0 commit comments