We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e4fd3 commit 504f5d1Copy full SHA for 504f5d1
2 files changed
.github/workflows/examples.yml
@@ -81,6 +81,13 @@ jobs:
81
run: |
82
python examples/cfd/example_diffusion.py
83
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
+
91
- name: Upload coverage to Codecov
92
uses: codecov/codecov-action@v5
93
with:
.github/workflows/tutorials.yml
@@ -142,3 +142,7 @@ jobs:
142
- name: ABC Notebooks
143
144
${{ env.RUN_CMD }} py.test --nbval examples/seismic/abc_methods
145
146
+ - name: Timestepping Notebooks
147
148
+ ${{ env.RUN_CMD }} py.test --nbval examples/timestepping
0 commit comments