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 commit d8e2add merged into master has some bugs in it. This causes the ubuntu driver to fail when run.
The errors are:
This line requires start_date to be a datetime object whereas actually it is a string. This causes an AttributeError. Similar issues are in other functions of validate.py
Create unit and functional tests on validate.py.
The text was updated successfully, but these errors were encountered: