summaryrefslogtreecommitdiff
path: root/ot/lp/emd_wrap.pyx
diff options
context:
space:
mode:
authorAntoine Rolet <antoine.rolet@gmail.com>2017-09-12 20:00:14 +0900
committerAntoine Rolet <antoine.rolet@gmail.com>2017-09-12 20:00:14 +0900
commite52b6eb41228a7f8e381cf73c06e0dffba5773be (patch)
tree24304d83267d51b962e18722553973bbc75509f2 /ot/lp/emd_wrap.pyx
parentdd6f8260d01ce173ef3fe0c900112f0ed5288950 (diff)
Renaming
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 45fc988..83ee6aa 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 = "num_iter_max reached before optimality. Try to increase num_iter_max."
+ message = "numItermax reached before optimality. Try to increase numItermax."
warnings.warn(message)
return message