We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d66a1 commit 85c1ecbCopy full SHA for 85c1ecb
exercise.py
@@ -90,7 +90,7 @@ def get_full_data():
90
name="sandag-abm3",
91
assets={
92
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}",
+ "url": f"https://github.com/ActivitySim/sandag-abm3-example/releases/download/v0.2.0/data-full.tar.zst.part{i:03}",
94
"sha256": sha256,
95
}
96
for i, sha256 in archive_sha256.items()
0 commit comments