Skip to content

Commit

Permalink
fixing full data path
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensle committed Apr 25, 2024
1 parent 88d66a1 commit 85c1ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercise.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_full_data():
name="sandag-abm3",
assets={
f"data-full.tar.zst.part{i:03}": {
"url": f"https://github.com/ActivitySim/sandag-abm3-example/releases/download/v0.2.0/sandag-full-data.tar.zst.part{i:03}",
"url": f"https://github.com/ActivitySim/sandag-abm3-example/releases/download/v0.2.0/data-full.tar.zst.part{i:03}",
"sha256": sha256,
}
for i, sha256 in archive_sha256.items()
Expand Down

0 comments on commit 85c1ecb

Please sign in to comment.