We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
xarray.DataArray
.indices
.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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: