summaryrefslogtreecommitdiff
path: root/src/python/gudhi/simplex_tree.pyx
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-03-28 08:39:21 +0200
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-03-28 08:39:21 +0200
commit924302f092d6d08c59500c5f6e75bcad9416581a (patch)
tree2e2f64e6662bec1700d6cafe53bf43d827feff72 /src/python/gudhi/simplex_tree.pyx
parent8667b75601cc0420f3b196d5b44ec93fd6058057 (diff)
doc review: remove segfault note as it is no more the case
Diffstat (limited to 'src/python/gudhi/simplex_tree.pyx')
-rw-r--r--src/python/gudhi/simplex_tree.pyx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/python/gudhi/simplex_tree.pyx b/src/python/gudhi/simplex_tree.pyx
index 644110c1..fc704358 100644
--- a/src/python/gudhi/simplex_tree.pyx
+++ b/src/python/gudhi/simplex_tree.pyx
@@ -487,9 +487,6 @@ cdef class SimplexTree:
with this new simplex (represented as a list of int). If `blocker_func` returns `True`, the simplex is removed,
otherwise it is kept. The algorithm then proceeds with the next candidate.
- Note that you cannot update the filtration value of the simplex during the evaluation of `blocker_func`, as it
- would segfault.
-
:param max_dim: Expansion maximal dimension value.
:type max_dim: int
:param blocker_func: Blocker oracle.