Skip to content

Commit

Permalink
forgot to change url in test function
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakJariwala committed Mar 18, 2021
1 parent 2a2db3e commit bf04736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_load_image_from_skimage():
img = isns.load_image("cells")

fname = pooch.retrieve(
url="https://github.com/scikit-image/skimage-tutorials/raw/master/images/cells.tif",
url="https://github.com/SarthakJariwala/seaborn-image/raw/master/data/cells.tif",
known_hash="2120cfe08e0396324793a10a905c9bbcb64b117215eb63b2c24b643e1600c8c9",
)
test_img = io.imread(fname).T
Expand Down

0 comments on commit bf04736

Please sign in to comment.