-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
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
When using TableModel.parse, region_key
must be provided.
#306
Comments
Related to this, @giovp, if one plug in an anndata as the
I used the defaults (hence I suggest either assert this in the |
Thanks @EliHei2, I think we should assert it in |
Now with #455, we support multiple tables and also tables that are not associated with any set of geometries (i.e. region_key not provided). |
I want to use TableModel.parse to parse the whole anndata, I set region=None, region_key=None, instance_key=None. But there is an error says
region_key
must be provided. Could I combine the anndata and spatialdata without region and region_key?The text was updated successfully, but these errors were encountered: