finish step 5, being step 6
This commit is contained in:
1 parent
9a09218f86
commit
2ea40bfe6f
3 files changed
+54
-29
No files matched your search
+1
-1
@@ -43,7 +43,7 @@ if __name__ == '__main__':
|
||||
samplemockCourses = getSampleCourses("./sample_data/course_selection_data.csv", True)
|
||||
timetable = {}
|
||||
timetable["Version"] = 3
|
||||
timetable["timetable"] = generateScheduleV3(sampleStudents, samplemockCourses)
|
||||
timetable["timetable"] = generateScheduleV3(sampleStudents, samplemockCourses, 40, "./output/students.json")
|
||||
|
||||
else:
|
||||
print("Invalid argument")
|
||||
|
||||
Reference in new issue
Block a user