Closed Bisho2122 closed 7 months ago
Hi @Bisho2122, can you please post a reproducible code example?
Hi @LucaMarconato , while I was trying to make a reproducible code example, I discovered that the problem was in the anndata object itself and the error has been reported before here https://github.com/theislab/scvelo/issues/255#issuecomment-739995301.
And this line
adata.__dict__['_raw'].__dict__['_var'] = adata.__dict__['_raw'].__dict__['_var'].rename(columns={'_index': 'features'})
solved it. So all good, closing this issue now.
I got an error from https://github.com/scverse/spatialdata/blob/2c6ae3f162d64d83780c2accaa73fa0f498eb4aa/src/spatialdata/_io/io_table.py#L24
when trying to write sdata to zarr with multiple-tables
@LucaMarconato @melonora any idea why ?
SpatialData version is