summaryrefslogtreecommitdiff
path: root/src/cython/example/Alpha_complex_example.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/example/Alpha_complex_example.py')
-rwxr-xr-xsrc/cython/example/Alpha_complex_example.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cython/example/Alpha_complex_example.py b/src/cython/example/Alpha_complex_example.py
index da55bfd4..cf5eed55 100755
--- a/src/cython/example/Alpha_complex_example.py
+++ b/src/cython/example/Alpha_complex_example.py
@@ -39,4 +39,7 @@ print("coface([0],1)=", alpha_complex.get_coface_tree([0], 1))
print("point[0]=", alpha_complex.get_point(0))
print("point[5]=", alpha_complex.get_point(5))
+alpha_complex.initialize_filtration()
+print("persistence(2)=", alpha_complex.persistence(2))
+
print("#######################################################################")