Skip to content

Commit d5fa3f2

Browse files
fix table -> tables cosmx()
1 parent 2405ad6 commit d5fa3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatialdata_io/readers/cosmx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,4 @@ def cosmx(
289289
# logg.warning(f"FOV `{str(fov)}` does not exist, skipping it.")
290290
# continue
291291

292-
return SpatialData(images=images, labels=labels, points=points, table=table)
292+
return SpatialData(images=images, labels=labels, points=points, tables={"table": table})

0 commit comments

Comments
 (0)