Skip to content
Snippets Groups Projects

Upgrade SymPy Version & Extend CI

Merged Frederik Hennig requested to merge da15siwa/lbmpy:sympy-and-ci into master
Viewing commit a56a807c
Show latest version
1 file
+ 0
5
Preferences
Compare changes
#%%
import pytest
import pytest
import numpy as np
import numpy as np
from dataclasses import replace
from dataclasses import replace
@@ -161,7 +160,3 @@ def test_flow_around_sphere_long(stencil, galilean_correction, fourth_order_corr
@@ -161,7 +160,3 @@ def test_flow_around_sphere_long(stencil, galilean_correction, fourth_order_corr
if fourth_order_correction and stencil.Q != 27:
if fourth_order_correction and stencil.Q != 27:
pytest.skip("Fourth-order correction only defined for D3Q27 stencil.")
pytest.skip("Fourth-order correction only defined for D3Q27 stencil.")
flow_around_sphere(stencil, galilean_correction, fourth_order_correction, 20, 3000)
flow_around_sphere(stencil, galilean_correction, fourth_order_correction, 20, 3000)
#%%
test_flow_around_sphere_short(Stencil.D2Q9, False, False)
\ No newline at end of file