From 85c1ecb4e17ad63a87e84aadf56a26d28e1c1488 Mon Sep 17 00:00:00 2001 From: David Hensle <51132108+dhensle@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:52:37 -0700 Subject: [PATCH] fixing full data path --- exercise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercise.py b/exercise.py index d0c4d7c..c62bc71 100644 --- a/exercise.py +++ b/exercise.py @@ -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()