Skip to content

Commit 89d604d

Browse files
Suppressing progressbar in stuck tutorials
1 parent 214129c commit 89d604d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/user_guide/examples/documentation_stuck_particles.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
" runtime=timedelta(days=3),\n",
310310
" dt=timedelta(minutes=12),\n",
311311
" output_file=output_file,\n",
312+
" verbose_progress=False,\n",
312313
")"
313314
]
314315
},
@@ -663,6 +664,7 @@
663664
" runtime=timedelta(days=10),\n",
664665
" dt=timedelta(minutes=5),\n",
665666
" output_file=output_file,\n",
667+
" verbose_progress=False,\n",
666668
")"
667669
]
668670
},
@@ -822,6 +824,7 @@
822824
" runtime=timedelta(days=10),\n",
823825
" dt=timedelta(minutes=5),\n",
824826
" output_file=output_file,\n",
827+
" verbose_progress=False,\n",
825828
")"
826829
]
827830
},

docs/user_guide/examples/documentation_unstuck_Agrid.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,9 @@
736736
" mode=\"w\",\n",
737737
")\n",
738738
"\n",
739-
"pset.execute(kernels, runtime=runtime, dt=dt, output_file=output_file)"
739+
"pset.execute(\n",
740+
" kernels, runtime=runtime, dt=dt, output_file=output_file, verbose_progress=False\n",
741+
")"
740742
]
741743
},
742744
{
@@ -993,6 +995,7 @@
993995
" runtime=runtime,\n",
994996
" dt=dt,\n",
995997
" output_file=output_file,\n",
998+
" verbose_progress=False,\n",
996999
")"
9971000
]
9981001
},
@@ -1025,6 +1028,7 @@
10251028
" runtime=runtime,\n",
10261029
" dt=dt,\n",
10271030
" output_file=output_file,\n",
1031+
" verbose_progress=False,\n",
10281032
")"
10291033
]
10301034
},

0 commit comments

Comments
 (0)