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 6e69083 commit 259f93dCopy full SHA for 259f93d
src/array_api_extra/_delegation.py
@@ -438,7 +438,7 @@ def argpartition(
438
if xp is None:
439
xp = array_namespace(a)
440
if is_pydata_sparse_namespace(xp):
441
- msg = "Not implemented for sparse backend"
+ msg = "Not implemented for sparse backend: no argsort"
442
raise NotImplementedError(msg)
443
if a.ndim < 1:
444
msg = "`a` must be at least 1-dimensional"
0 commit comments