From 3e76e104121a04e41d259049d1d6f58d8d508b09 Mon Sep 17 00:00:00 2001 From: Henrik Nygren Date: Thu, 8 Oct 2020 13:55:41 +0300 Subject: [PATCH 1/2] Remove extra end --- source/part4.html.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/part4.html.erb b/source/part4.html.erb index c3fb71a..697d173 100644 --- a/source/part4.html.erb +++ b/source/part4.html.erb @@ -164,8 +164,6 @@ it affect the variability?

- -<% end %> You can find the lecture slides for this part on the course homepage From e1f6d8a84850753ada14abc6bfe8610845c75999 Mon Sep 17 00:00:00 2001 From: Teemu Roos Date: Thu, 8 Oct 2020 13:59:15 +0300 Subject: [PATCH 2/2] fix build (missing partials in Ex 4.3) --- source/part4.html.erb | 2 ++ source/part5.html.erb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/source/part4.html.erb b/source/part4.html.erb index c3fb71a..c36e983 100644 --- a/source/part4.html.erb +++ b/source/part4.html.erb @@ -120,6 +120,8 @@ <% end %> +<% partial 'partials/exercise', locals: { name: 'Bayesian networks: Earthquake (programming) (1p)' } do %> +

Consider the following scenario. You live in an area where earthquakes happen on the average every 111th day. Another annoying diff --git a/source/part5.html.erb b/source/part5.html.erb index dac5ee2..5bb9958 100644 --- a/source/part5.html.erb +++ b/source/part5.html.erb @@ -89,7 +89,7 @@ under Materials. this part in the course to see if you'll be able to recognize some familiar features in it: