summaryrefslogtreecommitdiff
path: root/src/cython/example/rips_complex_example.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/example/rips_complex_example.py')
-rwxr-xr-xsrc/cython/example/rips_complex_example.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cython/example/rips_complex_example.py b/src/cython/example/rips_complex_example.py
index eba3f298..449ea2b3 100755
--- a/src/cython/example/rips_complex_example.py
+++ b/src/cython/example/rips_complex_example.py
@@ -37,5 +37,5 @@ print("filtered_tree=", rips.get_filtered_tree())
print("star([0])=", rips.get_star_tree([0]))
print("coface([0], 1)=", rips.get_coface_tree([0], 1))
-print("persistence(2)=", rips.persistence(homology_coeff_field=2,
- min_persistence=0))
+print("persistence(homology_coeff_field=2, min_persistence=0)=")
+print(rips.persistence(homology_coeff_field=2, min_persistence=0))