summaryrefslogtreecommitdiff
path: root/src/python/gudhi/simplex_tree.pyx
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2020-04-05 12:27:15 +0200
committerMarc Glisse <marc.glisse@inria.fr>2020-04-05 12:27:15 +0200
commit73a40006dad55b0a9ce6ca270e566ce91efe6af4 (patch)
tree0e3619f46884fecb5286d3942e52f15f9a1357bc /src/python/gudhi/simplex_tree.pyx
parent3ca13b31e5f48fbaef2ba7db980643716c18725c (diff)
Proper exception in write_output_diagram
Diffstat (limited to 'src/python/gudhi/simplex_tree.pyx')
-rw-r--r--src/python/gudhi/simplex_tree.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/simplex_tree.pyx b/src/python/gudhi/simplex_tree.pyx
index c34a64e6..7728ebfc 100644
--- a/src/python/gudhi/simplex_tree.pyx
+++ b/src/python/gudhi/simplex_tree.pyx
@@ -449,7 +449,7 @@ cdef class SimplexTree:
def persistence(self, homology_coeff_field=11, min_persistence=0, persistence_dim_max = False):
- """This function returns the persistence of the simplicial complex.
+ """This function computes and returns the persistence of the simplicial complex.
:param homology_coeff_field: The homology coefficient field. Must be a
prime number. Default value is 11.