From 79d4e4188b457269ac23fd2d47a815293a9faebe Mon Sep 17 00:00:00 2001 From: b887a1da49c86af48bb374d792d44dfb Date: Mon, 23 Jun 2025 21:39:05 +0000 Subject: [PATCH] Update logbook_gustavo.md --- journal/logbook_gustavo.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/journal/logbook_gustavo.md b/journal/logbook_gustavo.md index 8a1a4c1..233ee9c 100644 --- a/journal/logbook_gustavo.md +++ b/journal/logbook_gustavo.md @@ -52,7 +52,7 @@ Once the Git issue was resolved, I was able to finish the task without further p ### Difficulties encountered -- For exercise 1, an error was found in the line: +- For exercise 3.1, an error was found in the line: `sorted_data['inc'].plot()` @@ -67,4 +67,8 @@ The following change was made to the code: *to* -`assert abs(len(one_year)-52) < 2 or len(one_year) == 38` \ No newline at end of file +`assert abs(len(one_year)-52) < 2 or len(one_year) == 38` + +### Notes + +After these 2 problems were solved, I was able to finish the task without further problems. \ No newline at end of file -- 2.18.1