abjer / isds2020

Introduction to Social Data Science 2020 - a summer school course abjer.github.io/isds2020
58 stars 92 forks source link

Possible mistake in question 0.4.1? #1

Open peterlravn opened 3 years ago

peterlravn commented 3 years ago

Hello

I've come across question 0.4.1 and I'm not getting the correct answers. As you can see here, these are the numbers I print out:

https://imgur.com/a/0k04QwQ

I believe I follow the correct link and correctly name them df_weather, but I'm not sure if I'm missing something?

abjer commented 3 years ago

Thanks for lettings us know, we will look into this ASAP.

jsr-p commented 3 years ago

You are doing everything correctly :)
NOAA have for some reason reindexed their dataset which makes the assert statements raise an AssertionError. It should be fixed now. Download the new version of assignment_0.ipynb and copy in your solutions if you'd like.

To the students who have already submitted their assignment: This is not a problem for you.

larssv24 commented 3 years ago

I have same problem. Does this imply that the I need to download the new corrected version of assignment_0.ipynb and start all over again solving the problems by transferring solutions for each problem already solved in the defect version?

jsr-p commented 3 years ago

@larssv24 i am afraid so. The exercises haven't changed. Only some lines of assert statements. So you can just copy and paste your solutions from the old into the latest version of assigment_0.ipynb :)