Skip to content

Commit

Permalink
fix ci (#4230)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Nov 18, 2020
1 parent 4013462 commit c5c9a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/notebooks/AR.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"%config InlineBackend.figure_format = 'retina'\n",
"RANDOM_SEED = 8927\n",
"np.random.seed(RANDOM_SEED)\n",
"az.style.use('arviz-darkgrid')"
"az.style.use(\"arviz-darkgrid\")"
]
},
{
Expand Down Expand Up @@ -281,7 +281,7 @@
" idata,\n",
" lines=[\n",
" (\"theta\", {}, true_theta),\n",
" (\"tau\", {}, true_sigma**-2),\n",
" (\"tau\", {}, true_sigma ** -2),\n",
" (\"center\", {}, true_center),\n",
" ],\n",
");"
Expand Down

0 comments on commit c5c9a14

Please sign in to comment.