Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Nov 28, 2024
1 parent e4b3207 commit f22b567
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions array_api_compat/common/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,12 @@ class at:
Caveat
------
The behaviour of methods other than `get()` when the index is an array of
integers which contains multiple occurrences of the same index is undefined.
Sparse does not support update methods yet.
Caveat
------
The behaviour of update methods when the index is an array of integers which
contains multiple occurrences of the same index is undefined.
**Undefined behaviour:** ``at(x, [0, 0]).set(2)``
Expand Down

0 comments on commit f22b567

Please sign in to comment.