We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b7867 commit 5a20d13Copy full SHA for 5a20d13
dask-xfails.txt
@@ -7,6 +7,10 @@ array_api_tests/test_creation_functions.py::test_eye
7
# finfo(float32).eps returns float32 but should return float
8
array_api_tests/test_data_type_functions.py::test_finfo[float32]
9
10
+# out[-1]=dask.array<getitem ...> but should be some floating number
11
+# (I think the test is not forcing the op to be computed?)
12
+array_api_tests/test_creation_functions.py::test_linspace
13
+
14
# Array methods and attributes not already on da.Array cannot be wrapped
15
array_api_tests/test_has_names.py::test_has_names[array_method-__array_namespace__]
16
array_api_tests/test_has_names.py::test_has_names[array_method-to_device]
0 commit comments