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
Note: The extents are *not* the end positions but the extent of the slice!
319
+
In the case of regularly sampled dimensions, reaching beyond the start of end of the respective dimension will cause an exception. For irregularly sampled data no
320
+
exception will be raised but the returned DataView might be invalid and empty.
319
321
320
322
:param positions: Specifies the start of the data slice. List of either indices or data positions depending on the DataSliceMode.
321
323
:type positions: list length must match dimensionality of the data.
0 commit comments