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 2
2
# slowness. This causes very high flakiness in the tests.
3
3
# Before changing this file, please run with at least 200 examples.
4
4
5
- # Shape mismatch; needs high priority investigation
5
+ # Broken edge case with shape 0
6
+ # https://github.com/dask/dask/issues/11800
6
7
array_api_tests/test_array_object.py::test_setitem
7
- array_api_tests/test_indexing_functions.py::test_take
8
8
9
9
# Various indexing errors
10
10
array_api_tests/test_array_object.py::test_getitem_masking
@@ -19,6 +19,9 @@ array_api_tests/test_data_type_functions.py::test_finfo[float32]
19
19
# (I think the test is not forcing the op to be computed?)
20
20
array_api_tests/test_creation_functions.py::test_linspace
21
21
22
+ # Shape mismatch
23
+ array_api_tests/test_indexing_functions.py::test_take
24
+
22
25
# Array methods and attributes not already on da.Array cannot be wrapped
23
26
array_api_tests/test_has_names.py::test_has_names[array_method-__array_namespace__]
24
27
array_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