Skip to content
Snippets Groups Projects
Commit 885e77d1 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix test suite without cython

parent 198c0c06
No related branches found
No related tags found
1 merge request!169Upgrade SymPy Version & Extend CI
......@@ -19,9 +19,10 @@ try:
import pyximport
pyximport.install(language_level=3)
from lbmpy.phasefield.simplex_projection import simplex_projection_2d # NOQA
except ImportError:
pass
from lbmpy.phasefield.simplex_projection import simplex_projection_2d # NOQA
SCRIPT_FOLDER = os.path.dirname(os.path.realpath(__file__))
sys.path.insert(0, os.path.abspath('lbmpy'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment