-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
186 filter to date method in gtfsinstance (#190)
* feat: Optionally filter gtfs to date list * refactor: Toml has no nonetype, so empty list used to specify no date filter * test: Invalid datestring causes raise * test: Raises if filter_dates values do not exist within gtfs calendar * refactor: All in_pth values use gtfs fixture path constant * test: Assert filtered net can build r5py network * fix: Runinteg invocations in workflows needed fixing * fix: Runner doesn't install osmosis so deselect all tests with osmosis deps * feat: Changes on bristol run * refactor: Defense checks & type hinting * docs: Add docstring to internal * chore: Move _validate_datestring to defence.py * docs: Update docstring --------- Co-authored-by: Richard Leyshon <[email protected]>
- Loading branch information
Showing
7 changed files
with
156 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters