File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 22# slowness. This causes very high flakiness in the tests.
33# Before changing this file, please run with at least 200 examples.
44
5- # Shape mismatch; needs high priority investigation
5+ # Broken edge case with shape 0
6+ # https://github.com/dask/dask/issues/11800
67array_api_tests/test_array_object.py::test_setitem
7- array_api_tests/test_indexing_functions.py::test_take
88
99# Various indexing errors
1010array_api_tests/test_array_object.py::test_getitem_masking
@@ -19,6 +19,9 @@ array_api_tests/test_data_type_functions.py::test_finfo[float32]
1919# (I think the test is not forcing the op to be computed?)
2020array_api_tests/test_creation_functions.py::test_linspace
2121
22+ # Shape mismatch
23+ array_api_tests/test_indexing_functions.py::test_take
24+
2225# Array methods and attributes not already on da.Array cannot be wrapped
2326array_api_tests/test_has_names.py::test_has_names[array_method-__array_namespace__]
2427array_api_tests/test_has_names.py::test_has_names[array_method-to_device]
You can’t perform that action at this time.
0 commit comments