Skip to content

Commit 5c9126e

Browse files
committed
removed comment
1 parent 6b83753 commit 5c9126e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/spatialdata_plot/pl/render.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,6 @@ def _render_images(
344344
images = [sdata.images[e] for e in elements]
345345

346346
for img in images:
347-
# if (len(img.c) > 3 or len(img.c) == 2) and render_params.channel is None:
348-
# raise NotImplementedError("Only 1 or 3 channels are supported at the moment.")
349347

350348
if render_params.channel is None:
351349
channels = img.coords["c"].values

0 commit comments

Comments
 (0)