We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b227052 + 7c19850 commit 19b6cbfCopy full SHA for 19b6cbf
src/spatialdata_io/readers/visium_hd.py
@@ -464,7 +464,7 @@ def _load_image(
464
) -> None:
465
if path.exists():
466
if path.suffix != ".btf":
467
- data = imread(path, **imread_kwargs)
+ data = imread(path)
468
if len(data.shape) == 4:
469
# this happens for the cytassist, hires and lowres images; the umi image doesn't need processing
470
data = data.squeeze()
0 commit comments