You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# get unique labels value (including 0 if present)
instances=da.unique(element.data).compute()
I think that is counter-intuitive to return zero, since it's not an instance. I would maybe consider to add an optional argument return_zero: bool = False wdyt?
spatialdata/src/spatialdata/_core/query/relational_query.py
Lines 112 to 114 in f94d0c7
I think that is counter-intuitive to return zero, since it's not an instance. I would maybe consider to add an optional argument
return_zero: bool = Falsewdyt?