Skip to content
Snippets Groups Projects
Unverified Commit 8f9bf8c6 authored by Thomas Baumann's avatar Thomas Baumann Committed by GitHub
Browse files

Deprecated failing gusto test (#552)

* Deprecated failing gusto test

* Remove redundant qmat install
parent c4ba7262
No related branches found
No related tags found
No related merge requests found
Pipeline #276916 passed
...@@ -203,7 +203,6 @@ jobs: ...@@ -203,7 +203,6 @@ jobs:
run: | run: |
. venv-pySDC/bin/activate . venv-pySDC/bin/activate
pip install -e /repositories/pySDC pip install -e /repositories/pySDC
pip install qmat
# test installation # test installation
python -c "import pySDC; print(f'pySDC module: {pySDC}')" python -c "import pySDC; print(f'pySDC module: {pySDC}')"
- name: Install gusto - name: Install gusto
......
...@@ -621,7 +621,7 @@ def test_pySDC_integrator_with_adaptivity(dt_initial, setup): ...@@ -621,7 +621,7 @@ def test_pySDC_integrator_with_adaptivity(dt_initial, setup):
@pytest.mark.firedrake @pytest.mark.firedrake
@pytest.mark.parametrize('n_steps', [1, 2, 4]) @pytest.mark.parametrize('n_steps', [1, 4])
@pytest.mark.parametrize('useMPIController', [True, False]) @pytest.mark.parametrize('useMPIController', [True, False])
def test_pySDC_integrator_MSSDC(n_steps, useMPIController, setup, submit=True, n_tasks=4): def test_pySDC_integrator_MSSDC(n_steps, useMPIController, setup, submit=True, n_tasks=4):
if submit and useMPIController: if submit and useMPIController:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment