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

cython import fix

parent 1c1715b7
No related branches found
No related tags found
No related merge requests found
Pipeline #15055 failed
...@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment