summaryrefslogtreecommitdiff
path: root/src/python/gudhi/__init__.py.in
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2022-03-02 12:30:24 +0100
committerMarc Glisse <marc.glisse@inria.fr>2022-03-02 12:30:24 +0100
commit9799031c52fbe89d70e844382308e4a151e28d14 (patch)
tree1b71c3fa90c5d2803c7aea6e251b80d21cac34f9 /src/python/gudhi/__init__.py.in
parentad7d77d799aa5eeb4e4d051741b8e6d7b8a87722 (diff)
Purge GUDHI_USE_EIGEN3
Diffstat (limited to 'src/python/gudhi/__init__.py.in')
-rw-r--r--src/python/gudhi/__init__.py.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/python/gudhi/__init__.py.in b/src/python/gudhi/__init__.py.in
index 3043201a..79e12fbc 100644
--- a/src/python/gudhi/__init__.py.in
+++ b/src/python/gudhi/__init__.py.in
@@ -23,10 +23,6 @@ __all__ = [@GUDHI_PYTHON_MODULES@ @GUDHI_PYTHON_MODULES_EXTRA@]
__available_modules = ''
__missing_modules = ''
-# For unitary tests purpose
-# could use "if 'collapse_edges' in gudhi.__all__" when collapse edges will have a python module
-__GUDHI_USE_EIGEN3 = @GUDHI_USE_EIGEN3@
-
# Try to import * from gudhi.__module_name for default modules.
# Extra modules require an explicit import by the user (mostly because of
# unusual dependencies, but also to avoid cluttering namespace gudhi and