WIP: add a basic top_k implementation
#600
Annotations
3 errors
|
check-ruff
Process completed with exit code 1.
|
|
ruff (RUF022):
array_api_strict/__init__.py#L310
array_api_strict/__init__.py:310:12: RUF022 `__all__` is not sorted
help: Apply an isort-style sorting to `__all__`
|
|
ruff (I001):
array_api_strict/__init__.py#L300
array_api_strict/__init__.py:300:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|