-
Notifications
You must be signed in to change notification settings - Fork 61
Discussion: unique names for elements, pro and cons #124
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
Comments
EDIT: these functions have different signature now. |
Another argument in favor for unique names is that napari layers must have unique names. |
Unique names have been implemented. The function
should be done eventually in another issue. |
I propose to enforce unique names among the elements of one
SpatailData
object. Here I explore the implications.Cons:
SpatialData
objects (say 1sdata
= 1 sample), one could have exactly the same name for the same element types (like all theLabels
are calledcells
), so the user is already limited in this regard.Neutral:
Pro:
instead of this
The text was updated successfully, but these errors were encountered: