Skip to content

Commit

Permalink
Fix instance key value
Browse files Browse the repository at this point in the history
  • Loading branch information
LLehner committed Aug 4, 2023
1 parent 7a8ab20 commit 9f41cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spatialdata_io/readers/seqfish.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9f41cbe

Please sign in to comment.