Skip to content

Commit 6d6d594

Browse files
timtreisclaude
andcommitted
Remove redundant issue numbers from comments
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 07fb88d commit 6d6d594

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/spatialdata_plot/pl/render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ def _render_images(
11361136

11371137
_, trans_data = _prepare_transformation(img, coordinate_system, ax)
11381138

1139-
# --- Apply image transforms (#508, #407) ---
1139+
# --- Apply image transforms ---
11401140
transfunc = render_params.transfunc
11411141
needs_transform = transfunc is not None or render_params.grayscale
11421142

tests/pl/test_render_images.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def test_plot_correctly_normalizes_multichannel_images(self, sdata_raccoon: Spat
152152

153153

154154
# ---------------------------------------------------------------------------
155-
# Grayscale + transfunc visual tests (#508, #407)
155+
# Grayscale + transfunc visual tests
156156
# ---------------------------------------------------------------------------
157157

158158

@@ -225,7 +225,7 @@ def test_transfunc_wrong_output_channels_with_grayscale_raises(self, sdata_blobs
225225
plt.close("all")
226226

227227

228-
# Regression tests for #406: RGBA image support
228+
# Regression tests for RGBA image support
229229
class TestRGBDetection:
230230
"""Unit tests for _is_rgb_image helper."""
231231

@@ -261,7 +261,7 @@ def test_duplicate_channel_names_not_detected(self):
261261

262262

263263
class TestRGBARendering:
264-
"""Regression tests for #406: RGBA images rendered correctly."""
264+
"""Regression tests: RGBA images rendered correctly."""
265265

266266
@staticmethod
267267
def _make_rgba_sdata(c_coords: list, alpha_val: float = 1.0) -> SpatialData:

0 commit comments

Comments
 (0)