work on step 6

This commit is contained in:
SowinskiBraeden committed 2022-05-02 12:57:39 -07:00
1 parent ffa58fd85b
commit fa1f6648a5
2 files changed
+46 -14

No files matched your search

+1 -1
View File
@@ -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")