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
Original Description:
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).
For Our Purposes:
The above is pretty accurate for what would be useful to us. We can explore other places for unit tests if needed, but this is a good start.
The text was updated successfully, but these errors were encountered:
(Original source: trynmaps/metrics-mvp#403)
Original Description:
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).
For Our Purposes:
The above is pretty accurate for what would be useful to us. We can explore other places for unit tests if needed, but this is a good start.
The text was updated successfully, but these errors were encountered: