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
From the documentation it's unclear to me if a libsonata.Selection can be unsorted, or contain duplicate elements. What happens if the arguments to the ctor are unsorted or contain duplicate elements? It would be helpful to make the documentation explicit in this regard. Regarding selection.ranges do I get a copy or just a reference?
From the documentation it's unclear to me if a
libsonata.Selection
can be unsorted, or contain duplicate elements. What happens if the arguments to the ctor are unsorted or contain duplicate elements? It would be helpful to make the documentation explicit in this regard. Regardingselection.ranges
do I get a copy or just a reference?"The documentation" refers to:
https://libsonata.readthedocs.io/en/stable/#selection
https://libsonata.readthedocs.io/en/stable/api.html#libsonata.Selection
The text was updated successfully, but these errors were encountered: