From b1cc83e832a2b60d44a7eb7bc7680bd9d039a9c3 Mon Sep 17 00:00:00 2001 From: Tim Daniel Rose <34072286+tdrose@users.noreply.github.com> Date: Wed, 29 Nov 2023 17:24:24 +0100 Subject: [PATCH] Testcode fix. --- docs/examples.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/examples.rst b/docs/examples.rst index 6a8347c..f8423b4 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -70,6 +70,8 @@ convert previously downloaded AnnData objects to numpy arrays. print(ion_images.shape) # > (6, 61, 78) +.. testoutput:: + (20, 130, 143) SpatialData -----------