Skip to content

Commit 509806c

Browse files
committed
one broken example for CI, one removed one
1 parent 5972e12 commit 509806c

File tree

2 files changed

+1
-385
lines changed

2 files changed

+1
-385
lines changed

examples/3D_bubble_channel/case.py

Lines changed: 0 additions & 384 deletions
This file was deleted.

toolchain/mfc/test/cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ def foreach_example():
808808
continue
809809

810810
# # List of currently broken examples -> currently attempting to fix!
811-
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", "2D_acoustic_broadband", "1D_inert_shocktube", "1D_reactive_shocktube", "2D_ibm_steady_shock", "3D_performance_test", "3D_ibm_stl_ellipsoid", "3D_sphbubcollapse", "2D_ibm_stl_wedge", "3D_ibm_stl_pyramid", "3D_ibm_bowshock", "3D_turb_mixing", "2D_mixing_artificial_Ma"]
811+
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", "2D_acoustic_broadband", "1D_inert_shocktube", "1D_reactive_shocktube", "2D_ibm_steady_shock", "3D_performance_test", "3D_ibm_stl_ellipsoid", "3D_sphbubcollapse", "2D_ibm_stl_wedge", "3D_ibm_stl_pyramid", "3D_ibm_bowshock", "3D_turb_mixing", "2D_mixing_artificial_Ma", "3D_hyper_bubingel"]
812812
if path in brokenCases:
813813
continue
814814
name = f"{path.split('_')[0]} -> Example -> {'_'.join(path.split('_')[1:])}"

0 commit comments

Comments
 (0)