Skip to content

Commit

Permalink
fixup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 committed Oct 7, 2024
1 parent f9887b4 commit 11a92fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion array_api_compat/dask/array/_aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def _isscalar(a):

return astype(xp.minimum(xp.maximum(x, min), max), x.dtype)

# exclude these from all since
# exclude these from all since dask.array has no sorting functions
_da_unsupported = ['sort', 'argsort']

_common_aliases = [alias for alias in _aliases.__all__ if alias not in _da_unsupported]
Expand Down

0 comments on commit 11a92fe

Please sign in to comment.