From bf04736cb160965419e44af8272cbeb688fdf6dc Mon Sep 17 00:00:00 2001 From: Sarthak Jariwala Date: Thu, 18 Mar 2021 00:03:52 -0700 Subject: [PATCH] forgot to change url in test function --- tests/test_datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_datasets.py b/tests/test_datasets.py index fe754b00..b88781f0 100644 --- a/tests/test_datasets.py +++ b/tests/test_datasets.py @@ -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