You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realized that this line which was added in #537 makes the try clause succeed, even if self.old_car_demand is missing, which in the case of end-assignment-only runs results in a confusing message that the model run has not converged. The intention is originally that the try clause should fail in the first iteration, which forces relative gap to zero.