Skip to content

Commit 6b5173c

Browse files
authored
fix datapath bart data (#3425)
1 parent 50af09d commit 6b5173c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyro/contrib/examples/bart.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"date-hour-soo-dest-2018.csv.gz",
3333
"date-hour-soo-dest-2019.csv.gz",
3434
]
35-
CACHE_URL = "https://d2hg8soec8ck9v.cloudfront.net/datasets/bart_full.pkl.bz2"
35+
CACHE_URL = (
36+
"https://github.com/pyro-ppl/datasets/blob/master/bart_full.pkl.bz2?raw=true"
37+
)
3638

3739

3840
def _load_hourly_od(basename):

0 commit comments

Comments
 (0)