From d0ee8df635bb9f1ae15a97fc45460a0fabefd3fa Mon Sep 17 00:00:00 2001 From: ce14f10f5bc5e484777f1060f8856ea9 Date: Wed, 8 Jun 2022 08:38:53 +0000 Subject: [PATCH] Update Readme.md after finishing exercise 3 --- journal/Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/journal/Readme.md b/journal/Readme.md index ba75178..ec4c7bb 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -33,3 +33,5 @@ I don't know why I can't sign in when I am in the course Gitlab, so this are the # Regarding exercise 3.2 Along with my teammate I tried doing this part but we weren't successful. We will ask the professor on tomorrow's concluding session. +Finally I could do it. The reason we couldn't go on was because in a part of the code we made sure that all years (dfined from september 1st to september 1st) had 51 or 52 weeks. This was to check that our data was consistent. But since this year is still in course, naturally it doesn't have all its weeks. +**Summary**: we need to erase the assertion line in the code. BAsically we don't care that this year is not finished. -- 2.18.1