Skip to content

Commit

Permalink
Run pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Nov 23, 2020
1 parent 880735c commit aec9e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/notebooks/GLM-hierarchical-jax.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"import numpy as np\n",
"import pandas as pd\n",
"import pymc3 as pm\n",
"import theano\n",
"import pymc3.sampling_jax\n",
"import theano\n",
"\n",
"print(\"Running on PyMC3 v{}\".format(pm.__version__))"
"print(f\"Running on PyMC3 v{pm.__version__}\")"
]
},
{
Expand Down

0 comments on commit aec9e82

Please sign in to comment.