Skip to content

Commit c5c9a14

Browse files
authored
fix ci (#4230)
1 parent 4013462 commit c5c9a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/notebooks/AR.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"%config InlineBackend.figure_format = 'retina'\n",
5050
"RANDOM_SEED = 8927\n",
5151
"np.random.seed(RANDOM_SEED)\n",
52-
"az.style.use('arviz-darkgrid')"
52+
"az.style.use(\"arviz-darkgrid\")"
5353
]
5454
},
5555
{
@@ -281,7 +281,7 @@
281281
" idata,\n",
282282
" lines=[\n",
283283
" (\"theta\", {}, true_theta),\n",
284-
" (\"tau\", {}, true_sigma**-2),\n",
284+
" (\"tau\", {}, true_sigma ** -2),\n",
285285
" (\"center\", {}, true_center),\n",
286286
" ],\n",
287287
");"

0 commit comments

Comments
 (0)