Skip to content
Snippets Groups Projects
Commit 5d513bb4 authored by Martin Bauer's avatar Martin Bauer
Browse files

cython import fix

parent 1c1715b7
Branches
Tags
No related merge requests found
...@@ -14,6 +14,7 @@ try: ...@@ -14,6 +14,7 @@ try:
pyximport.install(language_level=3) pyximport.install(language_level=3)
except ImportError: except ImportError:
pass pass
from lbmpy.phasefield.simplex_projection import simplex_projection_2d # NOQA
SCRIPT_FOLDER = os.path.dirname(os.path.realpath(__file__)) SCRIPT_FOLDER = os.path.dirname(os.path.realpath(__file__))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment