summaryrefslogtreecommitdiff
path: root/src/python/gudhi/simplex_tree.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/gudhi/simplex_tree.pyx')
-rw-r--r--src/python/gudhi/simplex_tree.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/simplex_tree.pyx b/src/python/gudhi/simplex_tree.pyx
index 2cd81c14..5b850462 100644
--- a/src/python/gudhi/simplex_tree.pyx
+++ b/src/python/gudhi/simplex_tree.pyx
@@ -443,7 +443,7 @@ cdef class SimplexTree:
"""
cdef vector[pair[int, pair[double, double]]] persistence_result
if self.pcohptr == NULL:
- self.pcohptr = new Simplex_tree_persistence_interface(self.get_ptr(), True)
+ self.pcohptr = new Simplex_tree_persistence_interface(self.get_ptr(), False)
if self.pcohptr != NULL:
self.pcohptr.get_persistence(homology_coeff_field, min_persistence)
if self.pcohptr != NULL: