summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Lacombe <lacombe1993@gmail.com>2021-04-27 09:56:53 +0200
committerGitHub <noreply@github.com>2021-04-27 09:56:53 +0200
commit29ffea359c52e2813c8e6887bda51874c36a56a5 (patch)
treef5eb9a9caecdca85fc46eb44e70692bb336749fb
parent44085e15a0ce83d8139db7da276d656bd6381026 (diff)
Typo - Update src/python/gudhi/wasserstein/wasserstein.py
Co-authored-by: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>
-rw-r--r--src/python/gudhi/wasserstein/wasserstein.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/wasserstein/wasserstein.py b/src/python/gudhi/wasserstein/wasserstein.py
index 926dec33..90988512 100644
--- a/src/python/gudhi/wasserstein/wasserstein.py
+++ b/src/python/gudhi/wasserstein/wasserstein.py
@@ -267,7 +267,7 @@ def wasserstein_distance(X, Y, matching=False, order=1., internal_p=np.inf, enab
# Check essential part and enable autodiff together
if enable_autodiff and keep_essential_parts:
warnings.warn('''enable_autodiff=True and keep_essential_parts=True are incompatible together.
- keep_essential_parts is set to False: only points with finite coordiantes are considered
+ keep_essential_parts is set to False: only points with finite coordinates are considered
in the following.
''')
keep_essential_parts = False