Skip to content

Commit

Permalink
add comment, commit scag 2022 export nb
Browse files Browse the repository at this point in the history
  • Loading branch information
edasmalchi committed Oct 29, 2024
1 parent 3c44175 commit ca9471d
Show file tree
Hide file tree
Showing 2 changed files with 746 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conveyal_update/evaluate_feeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ def report_undefined(feeds_on_target: pd.DataFrame):
else:
print(undefined.columns)
print('these feeds have no service defined on target date, nor are their services captured in other feeds:')
print(undefined >> select(_.gtfs_dataset_name, _.service_any_feed))
# gtfs_dataset_name no longer present, this whole script should probably be updated/replaced
# print(undefined >> select(_.gtfs_dataset_name, _.service_any_feed))
print(f'saving detailed csv to {fname}')
undefined.to_csv(fname)
return
Expand Down
Loading

0 comments on commit ca9471d

Please sign in to comment.