remove debug output
This commit is contained in:
1 file changed
-9
@@ -347,15 +347,6 @@ def generateScheduleV3(
|
|||||||
allClassRunCounts.remove(allClassRunCounts[index])
|
allClassRunCounts.remove(allClassRunCounts[index])
|
||||||
courseRunInfo.pop(list(courseRunInfo)[index])
|
courseRunInfo.pop(list(courseRunInfo)[index])
|
||||||
|
|
||||||
# Debug to json for analysis
|
|
||||||
if blockClassLimit == 40:
|
|
||||||
with open('./output/timetable-debug1.json', 'w') as outfile:
|
|
||||||
json.dump(running, outfile, indent=2)
|
|
||||||
|
|
||||||
else:
|
|
||||||
with open('./output/timetable-debug2.json', 'w') as outfile:
|
|
||||||
json.dump(running, outfile, indent=2)
|
|
||||||
|
|
||||||
|
|
||||||
# Step 5 - Fill student schedule
|
# Step 5 - Fill student schedule
|
||||||
for block in running:
|
for block in running:
|
||||||
|
|||||||
Reference in new issue
Block a user