-
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
180 cleanup for 195 #254
180 cleanup for 195 #254
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #254 +/- ##
=======================================
Coverage 98.17% 98.18%
=======================================
Files 21 21
Lines 1915 1924 +9
=======================================
+ Hits 1880 1889 +9
Misses 35 35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Hi @CBROWN-ONS , I've finished up with the review. A couple of queries that I've put in the review comments and something to check with the person raising the initial issue, believe this was @ethan-moss .
Also, I couldn't see an implementation for point 5 in #180 :
"5. For _add_validation_row() add defence to ensure message is only either {"warning", "error"}".
It may be handled in a different PR, so worth checking.
Also please note, I have patched 2 of the CI problems in this branch so do go ahead and check you're happy with that. It was the expired feed fixture thing and then a slight tweak in the requirements file to ensure dask comes with its dataframe dependency.
Hi @r-leyshon . Point 5 as addressed in you review comment above is fixed in this PR. More specifically, this line of code. |
* feat: add defences to _add_validation_row() * feat: better null checking in filter_gtfs_around_trip() * fix: remove non-implemented param from test * test: add passing test for _gtfs_instance * feat: warning in drop_trips when stop_id isn't in the GTFS * fix: Update failing tests due to GTFS fixture feed expiring * fix: Ensure dask complete is installed * chore: remove old TODO comment * chore: add info --------- Co-authored-by: r-leyshon <[email protected]> 51ee214
Description
This issue handles points 3, 4, 5, 6 from #180
Does not fully fix any issues, only partially #180
This issue should be marked as closed once #195 is merged.
Motivation and Context
Type of change
How Has This Been Tested?
Test configuration details:
Advice for reviewer
Checklist:
Additional comments