summaryrefslogtreecommitdiff
path: root/src/python/test/test_simplex_tree.py
diff options
context:
space:
mode:
authorMathieuCarriere <mathieu.carriere3@gmail.com>2020-03-17 00:48:54 -0400
committerMathieuCarriere <mathieu.carriere3@gmail.com>2020-03-17 00:48:54 -0400
commita52e84fdcdbf66f3542416499c26245d0435a8fb (patch)
treee4a87197ef21910e1375f0745ffdf542a7d3c617 /src/python/test/test_simplex_tree.py
parent6e289999fab86bf06cd69c5b7b846c4f26e0a525 (diff)
fix test
Diffstat (limited to 'src/python/test/test_simplex_tree.py')
-rwxr-xr-xsrc/python/test/test_simplex_tree.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/test/test_simplex_tree.py b/src/python/test/test_simplex_tree.py
index 96ec4707..63eee9a5 100755
--- a/src/python/test/test_simplex_tree.py
+++ b/src/python/test/test_simplex_tree.py
@@ -292,6 +292,7 @@ def test_extend_filtration():
st.extend_filtration()
+ st.initialize_filtration()
assert list(st.get_filtration()) == [
([6], -3.0),