SpatialData v0.7.3 warns with
ValidationError: Table contains invalid names.
For renaming, please see the discussion here https://github.com/scverse/spatialdata/discussions/707 .
To fix, run `spatialdata.utils.sanitize_table(adata)`.
uns/CODEX resolution: Name must contain only alphanumeric characters, underscores, dots and hyphens.
uns/H&E resolution: Name must contain only alphanumeric characters, underscores, dots and hyphens.
but spatialdata.utils.sanitize_table(adata) is incorrect, should be spatialdata.sanitize_table(adata).
SpatialData
v0.7.3warns withbut
spatialdata.utils.sanitize_table(adata)is incorrect, should bespatialdata.sanitize_table(adata).