summaryrefslogtreecommitdiff
path: root/ot/lp/emd_wrap.pyx
diff options
context:
space:
mode:
authorAntoine Rolet <antoine.rolet@gmail.com>2017-09-09 18:05:12 +0900
committerAntoine Rolet <antoine.rolet@gmail.com>2017-09-09 18:05:12 +0900
commit8cc04ef5ae8806c81811b2081b1880b46ca063a3 (patch)
tree1b838447cc441e9a9b27039f944002336c8910da /ot/lp/emd_wrap.pyx
parentcd8c04246b6d1f15b68d6433741e8c808fd517d8 (diff)
Renamed variable in string
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 83ee6aa..2fcc0e4 100644
--- a/ot/lp/emd_wrap.pyx
+++ b/ot/lp/emd_wrap.pyx
@@ -29,7 +29,7 @@ def check_result(result_code):
elif result_code == UNBOUNDED:
message = "Problem unbounded"
elif result_code == MAX_ITER_REACHED:
- message = "numItermax reached before optimality. Try to increase numItermax."
+ message = "max_iter reached before optimality. Try to increase max_iter."
warnings.warn(message)
return message