-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add unit tests to arrival time algorithms #403
Comments
For example, there should be a unit test for |
Some routes that would be good to have unit tests for:
|
Add tests to "data science" functions to allow newcomers to get better grasp of what functions are doing, shape of data input/output, and to allow easier changing/fixing of functions.
Functions to test are in:
backend/models/eclipses.py
backend/models/wait_times.py
backend/models/trip_times.py
Any questions about the functions or data should be directed to @youngj (Jesse Young on Slack).
The text was updated successfully, but these errors were encountered: