From 17322357a76e948722e3b495a1675d7a42c68713 Mon Sep 17 00:00:00 2001 From: 7c464d3f75d36d59ec46a9a19f550f91 <7c464d3f75d36d59ec46a9a19f550f91@app-learninglab.inria.fr> Date: Wed, 8 Jun 2022 12:54:29 +0000 Subject: [PATCH] Logbook update --- module2/exo4/exercice.ipynb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/module2/exo4/exercice.ipynb b/module2/exo4/exercice.ipynb index 0efda34..f2ca9f2 100644 --- a/module2/exo4/exercice.ipynb +++ b/module2/exo4/exercice.ipynb @@ -27,7 +27,7 @@ "hidePrompt": false }, "source": [ - "# Unsolved problems \n", + "# Encountered problems \n", "\n", "## Exercise 3.2: had a weird error message when trying to execute the evaluation part:\n", "\n", @@ -47,6 +47,13 @@ "worked on it together with Eva Diaz, trying to figure out what the problem was, but couldn't find any solution... " ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "With help of Eva understood that assertion error came from uncompleted year and the marked code line that said \"assert ...\", so deleted this line and worked through the rest of the code --> worked! Found strongest year 2009 and weakest year 2020." + ] + }, { "cell_type": "code", "execution_count": null, -- 2.18.1