Skip to content

Commit a7aecb8

Browse files
author
Sonja Stockhaus
committed
update test images
1 parent e20811e commit a7aecb8

7 files changed

+1
-0
lines changed
63.3 KB
Loading
Loading
Loading
Loading
Loading
Loading

tests/pl/test_render_shapes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def test_plot_datashader_can_render_shapes(self, sdata_blobs: SpatialData):
291291
sdata_blobs.pl.render_shapes(method="datashader").pl.show()
292292

293293
def test_plot_datashader_can_color_by_category(self, sdata_blobs: SpatialData):
294+
RNG = np.random.default_rng(seed=42)
294295
n_obs = len(sdata_blobs["blobs_polygons"])
295296
adata = AnnData(RNG.normal(size=(n_obs, 10)))
296297
adata.obs = pd.DataFrame(RNG.normal(size=(n_obs, 3)), columns=["a", "b", "c"])

0 commit comments

Comments
 (0)