Skip to content

Commit 75c2c3e

Browse files
committed
adding build_meshes back for temporary checking on the non-interactive version of the code
1 parent cf0bdf2 commit 75c2c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/basic_smoke_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main() -> None:
2424
# For CI we only require the fluid mesh;
2525
# skipping the tissue mesh keeps TetGen runs lighter,
2626
# especially on Windows and macOS runners.
27-
# sim.build_meshes(fluid=True, tissue=False, boundary_layer=False)
27+
sim.build_meshes(fluid=True, tissue=False, boundary_layer=False)
2828

2929

3030
if __name__ == "__main__":

0 commit comments

Comments
 (0)