From b03971c23b7eb22fcb7957cf1122a977a198abdc Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Tue, 19 May 2026 11:59:02 +0200 Subject: [PATCH] Backport PR #2458: test: fix GPU tests --- src/anndata/_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/anndata/_types.py b/src/anndata/_types.py index 4286a87c3..7b52e1ab4 100644 --- a/src/anndata/_types.py +++ b/src/anndata/_types.py @@ -198,7 +198,7 @@ def __call__( store The store to which `elem` should be written. elem_name - The key to read in from the group. + The key to write out to the group. elem The element to write out. iospec