summaryrefslogtreecommitdiff
path: root/src/cython/example
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/example')
-rwxr-xr-xsrc/cython/example/alpha_complex_from_points.py (renamed from src/cython/example/alpha_complex_example.py)10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cython/example/alpha_complex_example.py b/src/cython/example/alpha_complex_from_points.py
index cfeff5d8..da98f3d4 100755
--- a/src/cython/example/alpha_complex_example.py
+++ b/src/cython/example/alpha_complex_from_points.py
@@ -65,13 +65,3 @@ 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))
-
-print("betti_numbers()=")
-print(alpha_complex.betti_numbers())
-
-alpha_complex.initialize_filtration()
-print("persistence(homology_coeff_field=2, min_persistence=0)=")
-print(alpha_complex.persistence(homology_coeff_field=2, min_persistence=0))
-
-print("betti_numbers()=")
-print(alpha_complex.betti_numbers())