summaryrefslogtreecommitdiff
path: root/ot/lp/emd_wrap.pyx
diff options
context:
space:
mode:
authoraje <leo_g_autheron@hotmail.fr>2017-08-29 17:01:17 +0200
committeraje <leo_g_autheron@hotmail.fr>2017-08-29 17:01:17 +0200
commit308ce24b705dfad9d058138d058da8b18002e081 (patch)
tree2d65f080b57fef79a7bc6ef12843e039c3dec847 /ot/lp/emd_wrap.pyx
parent99c0a24c6467631b326838667998ba4f219d8a24 (diff)
Type print
Diffstat (limited to 'ot/lp/emd_wrap.pyx')
-rw-r--r--ot/lp/emd_wrap.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/lp/emd_wrap.pyx b/ot/lp/emd_wrap.pyx
index ed8c416..6039e1f 100644
--- a/ot/lp/emd_wrap.pyx
+++ b/ot/lp/emd_wrap.pyx
@@ -75,7 +75,7 @@ def emd_c( np.ndarray[double, ndim=1, mode="c"] a,np.ndarray[double, ndim=1, mod
cdef int resultSolver = EMD_wrap(n1,n2,<double*> a.data,<double*> b.data,<double*> M.data,<double*> G.data,<double*> &cost, numItermax)
if resultSolver != OPTIMAL:
if resultSolver == INFEASIBLE:
- print("Problem infeasible. Try to inscrease numItermax.")
+ print("Problem infeasible. Try to increase numItermax.")
elif resultSolver == UNBOUNDED:
print("Problem unbounded")