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

Test

parent 997e9828
No related branches found
No related tags found
1 merge request!62Fix integration pipeline
......@@ -34,6 +34,7 @@ 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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment