Update logbook_gustavo.md

parent 419dfadd
...@@ -52,7 +52,7 @@ Once the Git issue was resolved, I was able to finish the task without further p ...@@ -52,7 +52,7 @@ Once the Git issue was resolved, I was able to finish the task without further p
### Difficulties encountered ### 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()` `sorted_data['inc'].plot()`
...@@ -67,4 +67,8 @@ The following change was made to the code: ...@@ -67,4 +67,8 @@ The following change was made to the code:
*to* *to*
`assert abs(len(one_year)-52) < 2 or len(one_year) == 38` `assert abs(len(one_year)-52) < 2 or len(one_year) == 38`
\ No newline at end of file
### Notes
After these 2 problems were solved, I was able to finish the task without further problems.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment