-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI + Testing + Bugfixes for path + misc. fixes + linting #81
Conversation
Added Linting Badge
Added failure mode to badge
All of the tests fail, but this is on purpose. |
@nandantumu |
The build fails, this is expected. Bugfixes are required. |
@nandantumu |
Fixed the issues with the map download on windows, and the path issues in the tests. |
This is now good to merge, imo. All linting errors have been cleared, the only test that fails is the ST dynamics, which only fail by a small amount. I believe this is linked to #53 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refactored tests that contain utility functions (shadowing the actual utilities to test).
Apart from the dynamics test, which should probably be addressed separately, looks good to me.
- Removing Spielberg - Removing __del__ from f110_env
This is an initial implementation of CI pipelines. In order to separate failures, test failures and linting failures are implemented as their own pipelines. Tests were ported to the tests directory. Much of these tests are still not really functional. Regression testing must be a contribution priority moving forward.