summaryrefslogtreecommitdiff
path: root/cython/example/simplex_tree_example.py
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2018-02-02 14:05:27 +0100
committerGard Spreemann <gspreemann@gmail.com>2018-02-02 14:05:27 +0100
commitdf9caafd97960a610906a79cf40ba52e40c6cf48 (patch)
treea9c0b0330239e6438510432b0ba78f35799224d9 /cython/example/simplex_tree_example.py
parent5bb200877fac0090032b9d56b782d2ae361efa9b (diff)
parent8e51c74d8855a641c006765ee246402e218828f3 (diff)
Merge branch 'dfsg/latest' into debian/sid
Diffstat (limited to 'cython/example/simplex_tree_example.py')
-rwxr-xr-xcython/example/simplex_tree_example.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cython/example/simplex_tree_example.py b/cython/example/simplex_tree_example.py
index 831d9da8..51a60e73 100755
--- a/cython/example/simplex_tree_example.py
+++ b/cython/example/simplex_tree_example.py
@@ -48,8 +48,6 @@ if st.insert([0, 1, 2], filtration=4.0):
else:
print("Not inserted...")
-# FIXME: Remove this line
-st.set_dimension(3)
print("dimension=", st.dimension())
st.initialize_filtration()