Skip to content

Commit 8f9bf8c

Browse files
Deprecated failing gusto test (#552)
* Deprecated failing gusto test * Remove redundant qmat install
1 parent c4ba726 commit 8f9bf8c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ jobs:
203203
run: |
204204
. venv-pySDC/bin/activate
205205
pip install -e /repositories/pySDC
206-
pip install qmat
207206
# test installation
208207
python -c "import pySDC; print(f'pySDC module: {pySDC}')"
209208
- name: Install gusto

pySDC/tests/test_helpers/test_gusto_coupling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ def test_pySDC_integrator_with_adaptivity(dt_initial, setup):
621621

622622

623623
@pytest.mark.firedrake
624-
@pytest.mark.parametrize('n_steps', [1, 2, 4])
624+
@pytest.mark.parametrize('n_steps', [1, 4])
625625
@pytest.mark.parametrize('useMPIController', [True, False])
626626
def test_pySDC_integrator_MSSDC(n_steps, useMPIController, setup, submit=True, n_tasks=4):
627627
if submit and useMPIController:

0 commit comments

Comments
 (0)