Skip to content

Commit e666460

Browse files
unstage multilevel_modeling
1 parent fd1e946 commit e666460

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

examples/case_studies/multilevel_modeling.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@
7676
"from theano import tensor as tt\n",
7777
"\n",
7878
"print(f\"Running on PyMC3 v{pm.__version__}\")\n",
79-
"\n",
8079
"warnings.simplefilter(action=\"ignore\", category=FutureWarning)\n",
81-
"\n",
8280
"RANDOM_SEED = 8924\n",
8381
"np.random.seed(286)"
8482
]
@@ -8533,6 +8531,13 @@
85338531
"%load_ext watermark\n",
85348532
"%watermark -n -u -v -iv -w"
85358533
]
8534+
},
8535+
{
8536+
"cell_type": "code",
8537+
"execution_count": null,
8538+
"metadata": {},
8539+
"outputs": [],
8540+
"source": []
85368541
}
85378542
],
85388543
"metadata": {
@@ -8552,7 +8557,7 @@
85528557
"name": "python",
85538558
"nbconvert_exporter": "python",
85548559
"pygments_lexer": "ipython3",
8555-
"version": "3.8.5"
8560+
"version": "3.6.9"
85568561
}
85578562
},
85588563
"nbformat": 4,

0 commit comments

Comments
 (0)