Skip to content

Commit 3640339

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/pl/test_render_images.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,4 @@ def test_plot_can_pass_cmap_to_each_channel(self, sdata_blobs: SpatialData):
4848
).pl.show()
4949

5050
def test_plot_can_normalize_image(self, sdata_blobs: SpatialData):
51-
sdata_blobs.pl.render_images(
52-
elements="blobs_image", quantiles_for_norm=(5, 90)
53-
).pl.show()
51+
sdata_blobs.pl.render_images(elements="blobs_image", quantiles_for_norm=(5, 90)).pl.show()

0 commit comments

Comments
 (0)