We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b3207 commit f22b567Copy full SHA for f22b567
array_api_compat/common/_helpers.py
@@ -886,8 +886,12 @@ class at:
886
887
Caveat
888
------
889
- The behaviour of methods other than `get()` when the index is an array of
890
- integers which contains multiple occurrences of the same index is undefined.
+ Sparse does not support update methods yet.
+
891
+ Caveat
892
+ ------
893
+ The behaviour of update methods when the index is an array of integers which
894
+ contains multiple occurrences of the same index is undefined.
895
896
**Undefined behaviour:** ``at(x, [0, 0]).set(2)``
897
0 commit comments