spatialdata icon indicating copy to clipboard operation
spatialdata copied to clipboard

Cases uncaught from validation for raster data

Open LucaMarconato opened this issue 11 months ago • 0 comments

The xarray.DataArray constructed here https://github.com/single-cell-data/TileDB-SOMA/blob/fe8e64d88173b0d79d93893a778eb481a75ff2c5/apis/python/src/tiledbsoma/io/spatial/outgest.py#L309 creates a object that passes our validation but that differs from the same object after a call of the parser in the .indices and .coords.

We should ensure that the validation is not passed when those variables are not set. I suspect the problem appears also for multiscale images.

  • [ ] test for mutliscale images as well.

LucaMarconato avatar Jan 25 '25 00:01 LucaMarconato