Skip to content

Commit e681600

Browse files
committed
Add link to warnings (#554)
1 parent e158db6 commit e681600

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docsrc/users-guide/examples/MCMC Sampling.ipynb

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,8 @@
735735
"cell_type": "markdown",
736736
"metadata": {},
737737
"source": [
738+
"More information on how to address convergence problems can be found at https://mc-stan.org/misc/warnings\n",
739+
"\n",
738740
"The number of post-warmup divergences and iterations which hit the maximum treedepth can be inspected directly via properties `divergences` and `max_treedepths`."
739741
]
740742
},
@@ -1882,13 +1884,6 @@
18821884
"source": [
18831885
"os.environ['STAN_NUM_THREADS']"
18841886
]
1885-
},
1886-
{
1887-
"cell_type": "code",
1888-
"execution_count": null,
1889-
"metadata": {},
1890-
"outputs": [],
1891-
"source": []
18921887
}
18931888
],
18941889
"metadata": {

0 commit comments

Comments
 (0)