..
This commit is contained in:
parent
1ee796b282
commit
ab688243d7
36 changed files with 307 additions and 135 deletions
|
|
@ -76,7 +76,7 @@ def test_clean_national_rail_gtfs_orders_by_stop_sequence_not_file_order(
|
|||
"""dtd2mysql exports happen to be ordered by stop_sequence within each
|
||||
trip, but nothing guarantees it. Rows arriving out of order must be sorted
|
||||
by their original stop_sequence before the backwards-time check and the
|
||||
0-based renumbering — file order would flag the trip as backwards and drop
|
||||
0-based renumbering. File order would flag the trip as backwards and drop
|
||||
it (or scramble the stop order)."""
|
||||
src = tmp_path / "in.zip"
|
||||
dst = tmp_path / "out.zip"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue