Skip to content

Commit 91bc1c8

Browse files
authored
remove one more "do_io=0" from the docs (#285)
this is off by default
1 parent c07f6a4 commit 91bc1c8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/source/compressible-rt-compare.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,7 @@
290290
"cell_type": "code",
291291
"execution_count": 8,
292292
"id": "e208db0e-267e-4499-85e8-1e9f915d2a51",
293-
"metadata": {
294-
"scrolled": true
295-
},
293+
"metadata": {},
296294
"outputs": [
297295
{
298296
"data": {
@@ -453,7 +451,7 @@
453451
"runs = []\n",
454452
"solvers = [\"compressible\", \"compressible_rk\", \"compressible_fv4\"]\n",
455453
"params = {\"mesh.nx\": 96, \"mesh.ny\": 96,\n",
456-
" \"kh.bulk_velocity\": 3.0, \"io.do_io\": 0}"
454+
" \"kh.bulk_velocity\": 3.0}"
457455
]
458456
},
459457
{

0 commit comments

Comments
 (0)