Skip to content
Snippets Groups Projects

Fix integration pipeline

Merged Markus Holzer requested to merge holzer/lbmpy:Fix_Integration_pipeline into master
Viewing commit e2bd523b
Prev
Show latest version
1 file
+ 1
0
Preferences
Compare changes
@@ -34,6 +34,7 @@ def test_split_number_of_operations():
@@ -34,6 +34,7 @@ def test_split_number_of_operations():
@pytest.mark.parametrize('compressible', [True, False])
@pytest.mark.parametrize('compressible', [True, False])
@pytest.mark.parametrize('method', ['srt', 'mrt'])
@pytest.mark.parametrize('method', ['srt', 'mrt'])
@pytest.mark.parametrize('force', [(0, 0, 0), (1e-6, 1e-7, 2e-6)])
@pytest.mark.parametrize('force', [(0, 0, 0), (1e-6, 1e-7, 2e-6)])
 
@pytest.mark.longrun
def test_equivalence(stencil, compressible, method, force):
def test_equivalence(stencil, compressible, method, force):
relaxation_rates = [1.8, 1.7, 1.0, 1.0, 1.0, 1.0]
relaxation_rates = [1.8, 1.7, 1.0, 1.0, 1.0, 1.0]
clear_cache()
clear_cache()