Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Nov 17, 2024
1 parent 9503e21 commit 933ed10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2etest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# See https://stackoverflow.com/a/692407/388951 for the stdout/stderr redirection
- name: Generate intersections
run: |
poetry run python oldnyc/geocode/generate_intersections_osm.py > data/intersections.csv
poetry run python oldnyc/geocode/osm/generate_intersections.py > data/intersections.csv
- name: Generate truth data
run: |
export PYTHONPATH=.
Expand Down

0 comments on commit 933ed10

Please sign in to comment.