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 34ddc16 commit c64964fCopy full SHA for c64964f
toolchain/mfc/test/cases.py
@@ -998,7 +998,8 @@ def foreach_example():
998
"2D_isentropicvortex_analytical",
999
"2D_zero_circ_vortex_analytical",
1000
"3D_TaylorGreenVortex_analytical",
1001
- "2D_backward_facing_step"]
+ "2D_backward_facing_step",
1002
+ "2D_forward_facing_step"]
1003
if path in casesToSkip:
1004
continue
1005
name = f"{path.split('_')[0]} -> Example -> {'_'.join(path.split('_')[1:])}"
0 commit comments