summaryrefslogtreecommitdiff
path: root/src/python/gudhi/simplex_tree.pyx
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-12-09 09:41:13 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-12-09 09:41:13 +0100
commitfda0084941ece5d41a258d19ca4eb0b3d87384a4 (patch)
tree47bacdf323347ef12bf9764486eb681363611c47 /src/python/gudhi/simplex_tree.pyx
parent6279ac91dd7e2d3206e8a380d38cb2e5d503e9dc (diff)
Fix #388
Diffstat (limited to 'src/python/gudhi/simplex_tree.pyx')
-rw-r--r--src/python/gudhi/simplex_tree.pyx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/python/gudhi/simplex_tree.pyx b/src/python/gudhi/simplex_tree.pyx
index 7d6ab89a..eb44c0fc 100644
--- a/src/python/gudhi/simplex_tree.pyx
+++ b/src/python/gudhi/simplex_tree.pyx
@@ -17,6 +17,9 @@ __author__ = "Vincent Rouvreau"
__copyright__ = "Copyright (C) 2016 Inria"
__license__ = "MIT"
+# For unitary tests purpose
+__GUDHI_USE_EIGEN3 = _GUDHI_USE_EIGEN3
+
# SimplexTree python interface
cdef class SimplexTree:
"""The simplex tree is an efficient and flexible data structure for