Skip to content

Commit 20622ba

Browse files
committed
fix missing check
1 parent 06afd75 commit 20622ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

array_api_compat/common/_helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def is_array_api_obj(x):
5656
return _is_numpy_array(x) \
5757
or _is_cupy_array(x) \
5858
or _is_torch_array(x) \
59+
or _is_dask_array(x) \
5960
or hasattr(x, '__array_namespace__')
6061

6162
def _check_api_version(api_version):

0 commit comments

Comments
 (0)