We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d71179 commit 79da3f2Copy full SHA for 79da3f2
pySDC/projects/SDC_showdown/environment.yml
@@ -4,7 +4,7 @@ name: pySDC
4
channels:
5
- conda-forge
6
dependencies:
7
- - petsc4py<3.20
+ - petsc4py
8
- matplotlib>=3.0
9
- dill>=0.2.6
10
- scipy>=0.17.1
pySDC/projects/SDC_showdown/tests/test_grayscott.py
@@ -1,5 +1,6 @@
1
import pytest
2
3
+
@pytest.mark.petsc
def test_grayscott():
from pySDC.projects.SDC_showdown.SDC_timing_GrayScott import main
0 commit comments