summaryrefslogtreecommitdiff
path: root/ot/factored.py
diff options
context:
space:
mode:
Diffstat (limited to 'ot/factored.py')
-rw-r--r--ot/factored.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ot/factored.py b/ot/factored.py
index abc2445..8d66158 100644
--- a/ot/factored.py
+++ b/ot/factored.py
@@ -81,8 +81,8 @@ def factored_optimal_transport(Xa, Xb, a=None, b=None, reg=0.0, r=100, X0=None,
See Also
--------
- ot.bregman.sinkhorn : Entropic regularized OT ot.optim.cg : General
- regularized OT
+ ot.bregman.sinkhorn : Entropic regularized OT
+ ot.optim.cg : General regularized OT
"""
nx = get_backend(Xa, Xb)