Skip to content
Snippets Groups Projects

Adaption to pystencils's new type system

Merged Markus Holzer requested to merge holzer/lbmpy:AdaptionToPystencils into master
Viewing commit 06c45e4f
Prev
Show latest version
1 file
+ 1
1
Preferences
Compare changes
+ 1
1
@@ -63,7 +63,7 @@ except ImportError:
"lbmpy_tests/full_scenarios/kida_vortex_flow/scenario_kida_vortex_flow.py")]
if platform.system().lower() == 'windows':
collect_ignore += [os.path.join(SCRIPT_FOLDER, "lbmpy_tests/test_quicktests.py.py")]
collect_ignore += [os.path.join(SCRIPT_FOLDER, "lbmpy_tests/test_quicktests.py")]
sver = sympy.__version__.split(".")
if int(sver[0]) == 1 and int(sver[1]) < 2: