morinted / schedule-generator

A schedule generator for the University of Ottawa written in Java, using OCSF.
63 stars 19 forks source link

PHI1101 Fall - Merging multiple sections together #28

Closed OttUDad closed 6 years ago

OttUDad commented 6 years ago

When generating the schedule for fall using PHI1101 sections H and C seem to be merged with another section causing 4 "90 minute" lecture slots for 1 class. It might be related to H and C having extra lines in the schedule i.e. "PHI1101 HJ00 (September 05 - December 05) CA Hawkesbury Video-conference course"

davidschlachter commented 6 years ago

Yeah, the problem was that getTimetables.py was expecting the section id to be only one letter, but here we have two. Fixed this in 1dac0f63a08acd5f19ee60df89f8859feba39ce9. Thanks for reporting the issue!

OttUDad commented 6 years ago

Great!! Thanks.