Skip to content

Commit 7596ce6

Browse files
committed
add a skip for dask.array
1 parent e0359ff commit 7596ce6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dask-xfails.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ array_api_tests/test_creation_functions.py::test_linspace
2424
# Shape mismatch
2525
array_api_tests/test_indexing_functions.py::test_take
2626

27+
# missing `take_along_axis`, https://github.com/dask/dask/issues/3663
28+
array_api_tests/test_indexing_functions.py::test_take_along_axis
29+
2730
# Array methods and attributes not already on da.Array cannot be wrapped
2831
array_api_tests/test_has_names.py::test_has_names[array_method-__array_namespace__]
2932
array_api_tests/test_has_names.py::test_has_names[array_method-to_device]

0 commit comments

Comments
 (0)