summaryrefslogtreecommitdiff
path: root/src/cython
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-04 17:21:59 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-04 17:21:59 +0200
commit733c9efab57e489e849d32123a69ac090d3c585a (patch)
treeb755838da46db8022bc8a0123491b7207e7eab9d /src/cython
parentee92004d1d860f1cb95d086095401f3d9e23788b (diff)
Fix #7 : document better get_persistence_pairs (C++) and persistence_pairs (Python) methods
Diffstat (limited to 'src/cython')
-rw-r--r--src/cython/cython/simplex_tree.pyx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cython/cython/simplex_tree.pyx b/src/cython/cython/simplex_tree.pyx
index a38e309d..ea99c940 100644
--- a/src/cython/cython/simplex_tree.pyx
+++ b/src/cython/cython/simplex_tree.pyx
@@ -514,10 +514,9 @@ cdef class SimplexTree:
return intervals_result
def persistence_pairs(self):
- """This function returns the persistence pairs of the simplicial
- complex.
+ """This function returns a list of persistence birth and death simplices pairs.
- :returns: The persistence intervals.
+ :returns: A list of persistence simplices intervals.
:rtype: list of pair of list of int
:note: persistence_pairs function requires