Skip to content

Commit d5e412f

Browse files
committed
merge
2 parents 9383c62 + 59f9d99 commit d5e412f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pl/test_render_images.py

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ def test_plot_can_handle_multiple_cmaps(self, sdata_blobs: SpatialData):
182182
element="blobs_image", channel=[0, 1, 2], cmap=["viridis", "Reds", "Blues"]
183183
).pl.show()
184184

185+
185186
def test_fails_with_palette_and_multiple_cmaps(self, sdata_blobs: SpatialData):
186187
"""Test error case: Cannot provide both palette and multiple cmaps"""
187188
with pytest.raises(ValueError, match="If 'palette' is provided"):

0 commit comments

Comments
 (0)