Skip to content

Commit 85c1ecb

Browse files
committed
fixing full data path
1 parent 88d66a1 commit 85c1ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def get_full_data():
9090
name="sandag-abm3",
9191
assets={
9292
f"data-full.tar.zst.part{i:03}": {
93-
"url": f"https://github.com/ActivitySim/sandag-abm3-example/releases/download/v0.2.0/sandag-full-data.tar.zst.part{i:03}",
93+
"url": f"https://github.com/ActivitySim/sandag-abm3-example/releases/download/v0.2.0/data-full.tar.zst.part{i:03}",
9494
"sha256": sha256,
9595
}
9696
for i, sha256 in archive_sha256.items()

0 commit comments

Comments
 (0)