Skip to content

Commit

Permalink
change base url in POOCH for data retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakJariwala committed Mar 18, 2021
1 parent a573ced commit 2a2db3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seaborn_image/_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Use the default cache folder for the OS
path=pooch.os_cache("seaborn-image"),
# The remote data is on Github
base_url="https://raw.githubusercontent.com/SarthakJariwala/seaborn-image/master/data/",
base_url="https://github.com/SarthakJariwala/seaborn-image/raw/master/data/",
# The registry specifies the files that can be fetched
registry={
# The registry is a dict with file names and their SHA256 hashes
Expand Down

0 comments on commit 2a2db3e

Please sign in to comment.