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 46e4236 commit d5a6b67Copy full SHA for d5a6b67
array_api_strict/_array_object.py
@@ -233,7 +233,7 @@ def _check_allowed_dtypes(
233
234
return other
235
236
- def _check_device(self, other: Array | complex) -> None:
+ def _check_type_device(self, other: Array | complex) -> None:
237
"""Check that other is either a Python scalar or an array on a device
238
compatible with the current array.
239
"""
0 commit comments