Skip to content

Commit 7558af4

Browse files
committed
Extend CI resolutions: 1D to N=256, 2D to N=128
1 parent a4dd621 commit 7558af4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/convergence.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run 1D convergence tests
3838
run: |
3939
python toolchain/mfc/test/run_convergence_1d.py \
40-
--resolutions 32 64 128
40+
--resolutions 32 64 128 256
4141
4242
convergence-2d:
4343
name: "2D Isentropic Vortex Convergence"
@@ -64,4 +64,4 @@ jobs:
6464
- name: Run 2D convergence tests
6565
run: |
6666
python toolchain/mfc/test/run_convergence.py \
67-
--resolutions 16 32 64
67+
--resolutions 16 32 64 128

0 commit comments

Comments
 (0)