[go: nahoru, domu]

Skip to content

Commit

Permalink
fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMarconato committed May 15, 2024
1 parent ac34e78 commit 1872f11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/spatialdata_io/readers/stereoseq.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ def stereoseq(

table = TableModel.parse(
adata,
region=StereoseqKeys.REGION,
region_key=StereoseqKeys.REGION_KEY,
instance_key=StereoseqKeys.INSTANCE_KEY,
region=StereoseqKeys.REGION.value,
region_key=StereoseqKeys.REGION_KEY.value,
instance_key=StereoseqKeys.INSTANCE_KEY.value,
)

radii = np.sqrt(adata.obs[StereoseqKeys.CELL_AREA].to_numpy() / np.pi)
Expand Down

0 comments on commit 1872f11

Please sign in to comment.