We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4da851 commit 84e5358Copy full SHA for 84e5358
webknossos/tests/test_from_images.py
@@ -83,7 +83,7 @@ def test_compare_tifffile(tmp_path: Path) -> None:
83
("testdata/various_tiff_formats/test_CS.tif", {}, "uint8", 3, (128, 128, 320)),
84
("testdata/various_tiff_formats/test_C.tif", {}, "uint8", 1, (128, 128, 320)),
85
("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)),
+ ("testdata/various_tiff_formats/test_S.tif", {}, "uint16", 3, (128, 128, 64)),
87
]
88
89
0 commit comments