Skip to content
Snippets Groups Projects
Commit 267e1fba authored by Thomas Baumann's avatar Thomas Baumann
Browse files

Changed to four tasks in the tests

parent 22009812
Branches
No related tags found
No related merge requests found
Pipeline #186301 failed
......@@ -157,7 +157,7 @@ def test_sweeper(num_nodes, quad_type, residual_type, imex, initGuess, launch=Tr
@pytest.mark.cupy
@pytest.mark.parametrize("num_nodes", [2])
@pytest.mark.parametrize("num_nodes", [4])
@pytest.mark.parametrize("quad_type", ['GAUSS', 'RADAU-RIGHT'])
@pytest.mark.parametrize("residual_type", ['last_abs', 'full_rel'])
@pytest.mark.parametrize("imex", [False])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment