From bd1181e59fc91b0b52ff904d9faf1246c851d510 Mon Sep 17 00:00:00 2001 From: Ashwin Maran <amaran@wisc.edu> Date: Wed, 5 Apr 2023 10:45:51 -0500 Subject: [PATCH] rephrase for clarity --- p10/rubric.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p10/rubric.md b/p10/rubric.md index d665df3..f0e09c1 100644 --- a/p10/rubric.md +++ b/p10/rubric.md @@ -107,8 +107,8 @@ - `get_planets` (8) - Function logic is incorrect (-2) - Required function is not used (-1) - - Broken CSV rows are hardcoded (-1) - - Broken JSON files are hardcoded (-1) + - Broken CSV rows are not skipped or are hardcoded (-1) + - Broken JSON files are not skipped or are hardcoded (-1) - Hardcoding the name of directory inside the function (-1) - Function is called more than twice with the same dataset (-1) - Function is defined more than once (-1) -- GitLab