Mistake in Project Part II Template and Fix

Mistake in Project Part II Template and Fix

by Petia Arabadjieva -
Number of replies: 0

Hi all, the first version of the Jupyter notebook template for the coding project Part II had a small mistake. We have uploaded a fixed version of the template to the project description.

For those who already started working with the old template, here is a description of the mistake and how to fix it: 

In Exercise 3, Question 4.f, the name of the dictionary "counts_results" should be changed to a different name, e.g. "counts_results_rt", so as to not overwrite the dictionary of the same name from Question 4.a (as it is used again in Question 6).