Skip to content
Snippets Groups Projects
Commit d65efcce authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[P] allow metis to be present but broken

parent 27f93168
No related branches found
No related tags found
3 merge requests!41Fix compilation with icc, several other changes,!39Make functions copyable,!35dailywork-ftschindler
......@@ -20,6 +20,8 @@ try:
import metis
except ImportError:
pass
except RuntimeError: # metis actually fires a RuntimeError if the module is installed but the system package not
pass
from importlib import import_module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment