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
The start_date and end_date validation, which checks the correct order of the dates, throws an IOError. I think it would make more sense to throw instead an AssertionError, or another error, as this is not exactly an IO error.