work on step 6
This commit is contained in:
1 parent
ffa58fd85b
commit
fa1f6648a5
2 files changed
+46
-14
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, 40, "./output/students.json")
|
||||
timetable["timetable"] = generateScheduleV3(sampleStudents, samplemockCourses, 40, "./output/students.json", "./output/conflicts.json")
|
||||
|
||||
else:
|
||||
print("Invalid argument")
|
||||
|
||||
Reference in new issue
Block a user