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

remove debug code from test file

parent 35979bb2
1 merge request!169Upgrade SymPy Version & Extend CI
Pipeline #67387 failed with stages
in 26 minutes and 17 seconds
#%%
import pytest
import numpy as np
from dataclasses import replace
......@@ -161,7 +160,3 @@ def test_flow_around_sphere_long(stencil, galilean_correction, fourth_order_corr
if fourth_order_correction and stencil.Q != 27:
pytest.skip("Fourth-order correction only defined for D3Q27 stencil.")
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
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