park-junha / GradPlanner

An automated four-year undergraduate degree scheduler.
http://gradplanner.us
GNU General Public License v3.0
2 stars 0 forks source link

If plan is not feasible, app tries to re-build the plan several times #28

Closed park-junha closed 4 years ago

park-junha commented 4 years ago

There is some unexplained behavior going on: If a plan cannot be completed, the app tries to re-build another plan several times. This is not expected behavior; may be relevant to the "sys.exit(1)" command for when the plan cannot be completed within 30 years (end of buildPlan method of FourYearPlan class in v0.2.1)

park-junha commented 4 years ago

cannot reproduce