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
array indices. The array must be one-dimensional and have an integer data type.
19
+
20
+
.. note::
21
+
This specification does not require bounds checking. The behavior for out-of-bounds indices is left unspecified.
22
+
19
23
axis: int
20
24
axis over which to select values. If ``axis`` is negative, the function must determine the axis along which to select values by counting from the last dimension.
0 commit comments