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

@@ -695,7 +695,9 @@ class Grader(SubmissionBase):
'Parameters (C, sigma) for Dataset 3',
'Email Processing',
'Email Feature Extraction']
super().__init__('support-vector-machines', part_names)
part_names_key = ['drOLk', 'JYt9Q', 'UHwLk', 'RIiFh']
assignment_key = 'xHfBJWXxTdKXrUG7dHTQ3g'
super().__init__('support-vector-machines', assignment_key, part_names, part_names_key)
def __iter__(self):
for part_id in range(1, 5):