summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThéo Lacombe <lacombe1993@gmail.com>2019-12-17 18:58:48 +0100
committerGitHub <noreply@github.com>2019-12-17 18:58:48 +0100
commitd91585af64805a11a4d446d9e3f6467f3394d0c6 (patch)
tree7198de72b7fb637025860bdbef749590c5621bfe /src
parentb23813b90aaf1b0ce2b21bdfb33d2a6ea5bfe4cc (diff)
Update src/python/gudhi/barycenter.py
correction of typo Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
Diffstat (limited to 'src')
-rw-r--r--src/python/gudhi/barycenter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/barycenter.py b/src/python/gudhi/barycenter.py
index b76166c0..43602a6e 100644
--- a/src/python/gudhi/barycenter.py
+++ b/src/python/gudhi/barycenter.py
@@ -114,7 +114,7 @@ def lagrangian_barycenter(pdiagset, init=None, verbose=False):
"""
Compute the estimated barycenter computed with the algorithm provided
by Turner et al (2014).
- It is a local minima of the corresponding Frechet function.
+ It is a local minimum of the corresponding Frechet function.
:param pdiagset: a list of size N containing numpy.array of shape (n x 2)
(n can variate), encoding a set of
persistence diagrams with only finite coordinates.