Skip to content

Commit

Permalink
Bugfixing GS test
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta committed Sep 27, 2024
1 parent 9d71179 commit 79da3f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pySDC/projects/SDC_showdown/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: pySDC
channels:
- conda-forge
dependencies:
- petsc4py<3.20
- petsc4py
- matplotlib>=3.0
- dill>=0.2.6
- scipy>=0.17.1
Expand Down
1 change: 1 addition & 0 deletions pySDC/projects/SDC_showdown/tests/test_grayscott.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import pytest


@pytest.mark.petsc
def test_grayscott():
from pySDC.projects.SDC_showdown.SDC_timing_GrayScott import main
Expand Down

0 comments on commit 79da3f2

Please sign in to comment.