ENH: testing: add dlpack conversion support
#2231
Annotations
3 errors
|
Lint
Process completed with exit code 1.
|
|
Lint
1 error
|
|
Lint:
src/array_api_extra/_lib/_testing.py#L142
Argument of type "Array" cannot be assigned to parameter "x" of type "_SupportsDLPack[None]" in function "from_dlpack"
"Array" is incompatible with protocol "_SupportsDLPack[None]"
"__dlpack__" is not present (reportArgumentType)
|