update todo, add step 5/6

This commit is contained in:
SowinskiBraeden committed 2022-04-26 13:52:20 -07:00
1 parent 17027d89d2
commit 38a41169ad
1 file changed
+2 -3
+2 -3
View File
@@ -313,10 +313,9 @@ def generateScheduleV3(students: list, courses: dict) -> dict[str, dict]:
allClassRunCounts.remove(allClassRunCounts[index])
courseRunInfo.pop(list(courseRunInfo)[index])
for block in running:
print(f"{block}: {len(running[block])}")
# Step 5 - Fill student schedule
# Step 5 - Evaluate, move classes or students to fix
# Step 6 - Evaluate, move classes or students to fix
return running
if __name__ == '__main__':