-
Notifications
You must be signed in to change notification settings - Fork 1
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
297 restructure package #299
base: dev
Are you sure you want to change the base?
Conversation
Prior to removal, checked that tutorial would render correctly by replacing local GTFS module import with assess-gtfs from PYPI install. Renders fine, though content is duplicated in assess-gtfs package, so removed from here.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #299 +/- ##
==========================================
- Coverage 98.13% 0.00% -98.14%
==========================================
Files 21 11 -10
Lines 1983 868 -1115
==========================================
- Hits 1946 0 -1946
- Misses 37 868 +831
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@ethan-moss I have checked outputs are the same when built with 3.9, 3.10 & 3.11 python environments. Everything passes on macos. GitHub won't let me attach the renderred html files here, so I'll share on Slack. |
Description
Fixes #297
Motivation and Context
Removes GTFS logic & restructures package & dependencies. Updates workflows.
Type of change
How Has This Been Tested?
Test configuration details:
Advice for reviewer
Suggest building package with python 3.9, 3.10, 3.11 & checking newport TP matrix is equal. Would be a good idea to include this as an e2e test.
Checklist:
Additional comments