From 46fc1b1d09dc838ab6cfa03e99f44093c33ba2da Mon Sep 17 00:00:00 2001 From: Blake Fleischer Date: Mon, 13 May 2024 22:36:34 -0400 Subject: [PATCH 1/2] Update _config.yml Update broken arviz intersphinx address --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 9cf184a..a7a7186 100644 --- a/_config.yml +++ b/_config.yml @@ -31,7 +31,7 @@ sphinx: html_favicon: "favicon.ico" intersphinx_mapping: arviz: - - https://arviz-devs.github.io/arviz/ + - https://python.arviz.org/en/latest/ - null numpy: - https://numpy.org/doc/stable From 30a83a5245759378fae45427eb9b126415a75c22 Mon Sep 17 00:00:00 2001 From: Blake Fleischer <{username}@users.noreply.github.com> Date: Mon, 13 May 2024 22:50:12 -0400 Subject: [PATCH 2/2] fix typo in chapter 6 notebooks_updated --- notebooks_updated/chp_06.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks_updated/chp_06.ipynb b/notebooks_updated/chp_06.ipynb index 9642809..258288d 100644 --- a/notebooks_updated/chp_06.ipynb +++ b/notebooks_updated/chp_06.ipynb @@ -3363,7 +3363,7 @@ "# Generate the posterior distribution conditioned on the observed\n", "# target_log_prob_fn = birth_model.joint_log_prob(observed_time_series=observed)\n", "\n", - "birth_model_jd = birth_model.joint_distribu2.15.0.post1tion(observed_time_series=observed)" + "birth_model_jd = birth_model.joint_distribution(observed_time_series=observed)" ] }, {