Skip to content

Commit 94d2eca

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bb58da2 commit 94d2eca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pl/test_render_shapes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ def test_plot_respects_custom_colors_from_uns(self, sdata_blobs: SpatialData):
640640
sdata_blobs["other_table"].uns["category_colors"] = ["#800080", "#008000", "#FFFF00"] # purple, green ,yellow
641641

642642
sdata_blobs.pl.render_labels("blobs_labels", color="category").pl.show()
643+
643644
def test_plot_can_render_circles_to_hex(self, sdata_blobs: SpatialData):
644645
sdata_blobs.pl.render_shapes(element="blobs_circles", shape="hex").pl.show()
645646

0 commit comments

Comments
 (0)