Skip to content

Commit 504f5d1

Browse files
committed
ci: Add superstepping to the CI
1 parent 29e4fd3 commit 504f5d1

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/examples.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ jobs:
8181
run: |
8282
python examples/cfd/example_diffusion.py
8383
84+
- name: Timestepping examples
85+
run: |
86+
python examples/timestepping/ic_superstep.py -d 1
87+
python examples/timestepping/ic_superstep.py -d 2
88+
python examples/timestepping/acoustic_superstep.py --model layered
89+
python examples/timestepping/acoustic_superstep.py --model marmousi
90+
8491
- name: Upload coverage to Codecov
8592
uses: codecov/codecov-action@v5
8693
with:

.github/workflows/tutorials.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,7 @@ jobs:
142142
- name: ABC Notebooks
143143
run: |
144144
${{ env.RUN_CMD }} py.test --nbval examples/seismic/abc_methods
145+
146+
- name: Timestepping Notebooks
147+
run: |
148+
${{ env.RUN_CMD }} py.test --nbval examples/timestepping

0 commit comments

Comments
 (0)