summaryrefslogtreecommitdiff
path: root/src/python/doc/alpha_complex_user.rst
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2021-11-03 11:03:19 +0100
committerGitHub <noreply@github.com>2021-11-03 11:03:19 +0100
commit728acf3e9ecfba29fc9be7fba5fc88f0a7f49880 (patch)
tree8ca6d71418bd15c6f26787bdd9a4169802270b27 /src/python/doc/alpha_complex_user.rst
parent936fb035118d7f1de8290d0892237f6f4662e02d (diff)
parentc5a12380e0744eaa26b59ae043dd4fa160d9f268 (diff)
Merge pull request #529 from VincentRouvreau/moderate_alpha_complex_make_filtration_non_decreasing
make_filtration_non_decreasing no more always called
Diffstat (limited to 'src/python/doc/alpha_complex_user.rst')
-rw-r--r--src/python/doc/alpha_complex_user.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/python/doc/alpha_complex_user.rst b/src/python/doc/alpha_complex_user.rst
index 3de94bb8..96e267ef 100644
--- a/src/python/doc/alpha_complex_user.rst
+++ b/src/python/doc/alpha_complex_user.rst
@@ -165,6 +165,9 @@ respect to inclusion).
We fix that up by calling :func:`~gudhi.SimplexTree.make_filtration_non_decreasing` (cf.
`C++ version <https://gudhi.inria.fr/doc/latest/class_gudhi_1_1_simplex__tree.html>`_).
+.. note::
+ This is not the case in `exact` version, this is the reason why it is not called in this case.
+
Prune above given filtration value
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^