From 9f41cbe45c610c724d062161c25ece0041ee7dc6 Mon Sep 17 00:00:00 2001 From: LLehner Date: Fri, 4 Aug 2023 14:33:07 +0200 Subject: [PATCH] Fix instance key value --- src/spatialdata_io/readers/seqfish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spatialdata_io/readers/seqfish.py b/src/spatialdata_io/readers/seqfish.py index bc0f25de..6dd20688 100644 --- a/src/spatialdata_io/readers/seqfish.py +++ b/src/spatialdata_io/readers/seqfish.py @@ -121,7 +121,7 @@ def seqfish( adata, region=SeqfishKeys.REGION.value, region_key=SeqfishKeys.REGION_KEY.value, - instance_key=SeqfishKeys.INSTANCE_KEY_TABLE.value, + instance_key=SeqfishKeys.INSTANCE_KEY_TABLE, ) radii = np.sqrt(adata.obs[SeqfishKeys.AREA].to_numpy() / np.pi)