summaryrefslogtreecommitdiff
path: root/ot/smooth.py
diff options
context:
space:
mode:
Diffstat (limited to 'ot/smooth.py')
-rw-r--r--ot/smooth.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ot/smooth.py b/ot/smooth.py
index 81f6a3e..ea26bae 100644
--- a/ot/smooth.py
+++ b/ot/smooth.py
@@ -458,7 +458,7 @@ def smooth_ot_dual(a, b, M, reg, reg_type='l2', method="L-BFGS-B", stopThr=1e-9,
numItermax : int, optional
Max number of iterations
stopThr : float, optional
- Stop threshol on error (>0)
+ Stop threshold on error (>0)
verbose : bool, optional
Print information along iterations
log : bool, optional
@@ -552,7 +552,7 @@ def smooth_ot_semi_dual(a, b, M, reg, reg_type='l2', method="L-BFGS-B", stopThr=
numItermax : int, optional
Max number of iterations
stopThr : float, optional
- Stop threshol on error (>0)
+ Stop threshold on error (>0)
verbose : bool, optional
Print information along iterations
log : bool, optional