Skip to content

Commit 84e5358

Browse files
authored
reenable test_repo_images testcase which failed previously (#773)
1 parent b4da851 commit 84e5358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webknossos/tests/test_from_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_compare_tifffile(tmp_path: Path) -> None:
8383
("testdata/various_tiff_formats/test_CS.tif", {}, "uint8", 3, (128, 128, 320)),
8484
("testdata/various_tiff_formats/test_C.tif", {}, "uint8", 1, (128, 128, 320)),
8585
("testdata/various_tiff_formats/test_I.tif", {}, "uint32", 1, (64, 128, 64)),
86-
# ("testdata/various_tiff_formats/test_S.tif", {}, "uint16", 3, (128, 128, 64)),
86+
("testdata/various_tiff_formats/test_S.tif", {}, "uint16", 3, (128, 128, 64)),
8787
]
8888

8989

0 commit comments

Comments
 (0)