Skip to content

Commit ea659ce

Browse files
author
mcquin
committed
update test url
1 parent 39f2aa8 commit ea659ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_load_using_bioformats.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def test_open_file():
3636

3737

3838
def test_open_http():
39-
url = "https://github.com/CellProfiler/python-bioformats"+\
40-
"/raw/master/bioformats/tests/Channel1-01-A-01.tif"
39+
url = "https://github.com/CellProfiler/python-bioformats/raw/39f2aa8360324b4129284d4f647d4f7ee7797518" \
40+
"/tests/resources/Channel1-01-A-01.tif"
4141
image, scale = bioformats.load_image_url(url, rescale=False, wants_max_intensity=True)
4242
assert image.shape[0] == 640
4343

0 commit comments

Comments
 (0)