Skip to content

Commit b307ad0

Browse files
authored
rerun LKJ with beta3 and fix ci (#290)
1 parent 927be3d commit b307ad0

File tree

2 files changed

+783
-1005
lines changed

2 files changed

+783
-1005
lines changed

examples/case_studies/LKJ.ipynb

Lines changed: 782 additions & 1003 deletions
Large diffs are not rendered by default.

myst_nbs/case_studies/LKJ.myst.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jupytext:
66
format_version: 0.13
77
jupytext_version: 1.13.7
88
kernelspec:
9-
display_name: Python 3
9+
display_name: Python 3 (ipykernel)
1010
language: python
1111
name: python3
1212
---
@@ -129,7 +129,6 @@ with model:
129129
trace = pm.sample(
130130
random_seed=RANDOM_SEED,
131131
init="adapt_diag",
132-
return_inferencedata=True,
133132
idata_kwargs={"dims": {"chol_stds": ["axis"], "chol_corr": ["axis", "axis_bis"]}},
134133
)
135134
az.summary(trace, var_names="~chol", round_to=2)

0 commit comments

Comments
 (0)