Changed grader to use the new grading system

This commit is contained in:
Andy Wu
2021-07-14 18:39:55 +08:00
parent a6b0678c06
commit 3c04c2c2cf
9 changed files with 50 additions and 37 deletions

View File

@@ -235,7 +235,9 @@ class Grader(SubmissionBase):
'Collaborative Filtering Gradient',
'Regularized Cost',
'Regularized Gradient']
super().__init__('anomaly-detection-and-recommender-systems', part_names)
part_names_key = ['WGzrg', '80Tcg', 'KDzSh', 'wZud3', 'BP3th', 'YF0u1']
assignment_key = 'JvOPouj-S-ys8KjYcPYqrg'
super().__init__('anomaly-detection-and-recommender-systems', assignment_key, part_names, part_names_key)
def __iter__(self):
for part_id in range(1, 7):