From 90bb34c0e81b57ed85131ccaa638f457338c9219 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Wed, 23 May 2018 08:22:35 +0000 Subject: Modify documentation for Simplex_tree make_filtration_non_decreasing git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/python_2.1.0_fix_vincent@3452 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 304779c7952985d651750aded78cb32c6e583555 --- src/cython/cython/simplex_tree.pyx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/cython') diff --git a/src/cython/cython/simplex_tree.pyx b/src/cython/cython/simplex_tree.pyx index 38740f4f..667fd40b 100644 --- a/src/cython/cython/simplex_tree.pyx +++ b/src/cython/cython/simplex_tree.pyx @@ -402,10 +402,8 @@ cdef class SimplexTree: self.thisptr.expansion(max_dim) def make_filtration_non_decreasing(self): - """Browse the simplex tree to ensure the filtration is not decreasing. - The simplex tree is browsed starting from the root until the leaf, and - the filtration values are set with their parent value (increased), in - case the values are decreasing. + """This function ensures that each simplex has a higher filtration + value than its faces by increasing the filtration values. :returns: The filtration modification information. :rtype: bint -- cgit v1.2.3