Skip to content

Commit

Permalink
Use Docker path in split_origins.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Oct 25, 2024
1 parent 2e85551 commit 606beee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/src/split_origin.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def split_origin(
min_chunk_size: int = 5,
) -> None:
origins_file = (
Path.cwd()
DOCKER_PATH
/ "intermediate"
/ "cenloc"
/ f"year={year}"
Expand Down

0 comments on commit 606beee

Please sign in to comment.