summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
authorVincentRouvreau <vincent.rouvreau@inria.fr>2021-09-13 16:34:23 +0200
committerVincentRouvreau <vincent.rouvreau@inria.fr>2021-09-13 16:34:23 +0200
commitc5a12380e0744eaa26b59ae043dd4fa160d9f268 (patch)
tree9924329fd7cfbd5b7cacbadc7867970cc81f04a3 /src/python
parent8adb46d8a54f1a0dd71ea686473cc4ca9f5d2f67 (diff)
make_filtration_non_decreasing no more called in alpha complex dD exact version and exact and safe 3d versions
Diffstat (limited to 'src/python')
-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 fffcb3db..ef67a457 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 <http://gudhi.gforge.inria.fr/doc/latest/index.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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^