Skip to content

Commit 79da3f2

Browse files
committed
Bugfixing GS test
1 parent 9d71179 commit 79da3f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pySDC/projects/SDC_showdown/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: pySDC
44
channels:
55
- conda-forge
66
dependencies:
7-
- petsc4py<3.20
7+
- petsc4py
88
- matplotlib>=3.0
99
- dill>=0.2.6
1010
- scipy>=0.17.1

pySDC/projects/SDC_showdown/tests/test_grayscott.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import pytest
22

3+
34
@pytest.mark.petsc
45
def test_grayscott():
56
from pySDC.projects.SDC_showdown.SDC_timing_GrayScott import main

0 commit comments

Comments
 (0)