News

Fix for Project 1

Written on 29.10.2019 14:36 by Michael Mera

Dear students,

There is a bug in Project 1, this should be non-blocking at this point, but I updated the archive of the project in the CMS.

If you already started to work locally or on the server, you should correct the following in the section "Provided Materials" of the notebook in the definition of "TidyCoverageRunner.run()":

    - "if result:" should be replaced by "if result is not None:"

    - in the case handling timeout, you need to replace "self._coverage = []" by "self._coverage = set()"

When you are updating, be careful not to overwrite your progress.

Privacy Policy | Legal Notice
If you encounter technical problems, please contact the administrators.