Skip to content

Commit 33ab525

Browse files
committed
close to done?
1 parent 0e4fe57 commit 33ab525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

toolchain/mfc/test/cases.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -720,9 +720,9 @@ def foreach_example():
720720
continue
721721

722722
# # List of currently broken examples -> currently attempting to fix!
723-
# brokenCases = ["2D_ibm_cfl_dt", "1D_sodHypo", "2D_viscous", "2D_laplace_pressure_jump", "2D_bubbly_steady_shock", "2D_advection", "2D_hardcodied_ic", "2D_ibm_multiphase"]
724-
# if path in brokenCases:
725-
# continue
723+
brokenCases = ["2D_ibm_cfl_dt", "1D_sodHypo", "2D_viscous", "2D_laplace_pressure_jump", "2D_bubbly_steady_shock", "2D_advection", "2D_hardcodied_ic", "2D_ibm_multiphase"]
724+
if path in brokenCases:
725+
continue
726726
name = f"{path.split('_')[0]} -> Example -> {'_'.join(path.split('_')[1:])}"
727727
path = os.path.join(common.MFC_EXAMPLE_DIRPATH, path, "case.py")
728728
if not os.path.isfile(path):

0 commit comments

Comments
 (0)