summaryrefslogtreecommitdiff
path: root/src/cython/test/test_tangential_complex.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/test/test_tangential_complex.py')
-rwxr-xr-xsrc/cython/test/test_tangential_complex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/test/test_tangential_complex.py b/src/cython/test/test_tangential_complex.py
index c191baa4..8aa4023c 100755
--- a/src/cython/test/test_tangential_complex.py
+++ b/src/cython/test/test_tangential_complex.py
@@ -40,7 +40,7 @@ def test_tangential():
assert st.num_simplices() == 6
assert st.num_vertices() == 4
- assert st.get_filtered_tree() == \
+ assert st.get_filtration() == \
[([0], 0.0), ([1], 0.0), ([2], 0.0), ([0, 2], 0.0), ([3], 0.0), ([1, 3], 0.0)]
assert st.get_cofaces([0], 1) == [([0, 2], 0.0)]