ENH: add a float32-only device #509
Annotations
3 errors
|
check-ruff
Process completed with exit code 1.
|
|
ruff (F401):
array_api_strict/_creation_functions.py#L10
array_api_strict/_creation_functions.py:10:5: F401 `._devices.CPU_DEVICE` imported but unused
help: Remove unused import: `._devices.CPU_DEVICE`
|
|
ruff (F401):
array_api_strict/_array_object.py#L43
array_api_strict/_array_object.py:43:35: F401 `._devices.ALL_DEVICES` imported but unused
help: Remove unused import: `._devices.ALL_DEVICES`
|