Skip to content

Commit

Permalink
remove one more "do_io=0" from the docs
Browse files Browse the repository at this point in the history
this is off by default
  • Loading branch information
zingale committed Sep 20, 2024
1 parent c07f6a4 commit 66ffe97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/compressible-rt-compare.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,7 @@
"cell_type": "code",
"execution_count": 8,
"id": "e208db0e-267e-4499-85e8-1e9f915d2a51",
"metadata": {
"scrolled": true
},
"metadata": {},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -453,7 +451,7 @@
"runs = []\n",
"solvers = [\"compressible\", \"compressible_rk\", \"compressible_fv4\"]\n",
"params = {\"mesh.nx\": 96, \"mesh.ny\": 96,\n",
" \"kh.bulk_velocity\": 3.0, \"io.do_io\": 0}"
" \"kh.bulk_velocity\": 3.0}"
]
},
{
Expand Down

0 comments on commit 66ffe97

Please sign in to comment.