From ce307856c3c19769e48c4d5dd8d043a6ea002a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Out?= <38955258+bjorn-out@users.noreply.github.com> Date: Sun, 11 Apr 2021 16:36:53 +0200 Subject: [PATCH] checks should include new answers --- mod2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod2/__init__.py b/mod2/__init__.py index 17cb323..1e50281 100644 --- a/mod2/__init__.py +++ b/mod2/__init__.py @@ -39,7 +39,7 @@ def get_test_ids(notebook_path): def exists(): """Notebook exists""" check50.include("check_jupyter.py", "mini-movielens/", - "micro-movielens/", "answers.py") + "micro-movielens/", "answers_new.py") # Grab the last test test_ids = get_test_ids(NOTEBOOK_PATH)