Skip to content

Commit ffae694

Browse files
committed
Use uw.pause() instead of 0/0 crash in thermal convection tutorial
uw.pause() provides clean notebook interruption with a message, while allowing the same notebook to run unattended in scripts/HPC. Underworld development team with AI support from Claude Code
1 parent 29f9984 commit ffae694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/beginner/tutorials/15-Thermal-convection-with-units.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
"metadata": {},
451451
"outputs": [],
452452
"source": [
453-
"# 0/0 # Intentional crash removed"
453+
"uw.pause(\"Timestepping complete - review results before visualization\")"
454454
]
455455
},
456456
{

0 commit comments

Comments
 (0)