summaryrefslogtreecommitdiff
path: root/cython/test/test_simplex_tree.py
diff options
context:
space:
mode:
Diffstat (limited to 'cython/test/test_simplex_tree.py')
-rwxr-xr-xcython/test/test_simplex_tree.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cython/test/test_simplex_tree.py b/cython/test/test_simplex_tree.py
index 3ae537e3..4d452d7d 100755
--- a/cython/test/test_simplex_tree.py
+++ b/cython/test/test_simplex_tree.py
@@ -53,7 +53,6 @@ def test_insertion():
assert st.find([2, 3]) == False
# filtration test
- st.set_filtration(5.0)
st.initialize_filtration()
assert st.filtration([0, 1, 2]) == 4.0
assert st.filtration([0, 2]) == 4.0