Skip to content
Snippets Groups Projects
Commit 997e9828 authored by Markus Holzer's avatar Markus Holzer
Browse files

Test

parent 910abc90
No related branches found
No related tags found
1 merge request!62Fix integration pipeline
......@@ -34,7 +34,6 @@ def test_split_number_of_operations():
@pytest.mark.parametrize('compressible', [True, False])
@pytest.mark.parametrize('method', ['srt', 'mrt'])
@pytest.mark.parametrize('force', [(0, 0, 0), (1e-6, 1e-7, 2e-6)])
@pytest.mark.longrun
def test_equivalence(stencil, compressible, method, force):
relaxation_rates = [1.8, 1.7, 1.0, 1.0, 1.0, 1.0]
clear_cache()
......@@ -44,6 +43,7 @@ def test_equivalence(stencil, compressible, method, force):
'weighted': True,
'compressible': compressible,
'force': force,
'force_model': 'schiller',
'relaxation_rates': relaxation_rates}
print("Running Scenario", common_params)
with_split = create_lid_driven_cavity(optimization={'split': True}, **common_params)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment