Skip to content

Commit 6305d7e

Browse files
committed
try again
1 parent 8c9c784 commit 6305d7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dask-xfails.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ array_api_tests/test_creation_functions.py::test_linspace
3030

3131
# out=-0, but should be +0
3232
array_api_tests/test_special_cases.py::test_binary[__pow__(x1_i is -0 and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +0]
33+
array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -0 and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +0]
3334

3435
# output is nan but should be infinity
3536
array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -infinity and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +infinity]
36-
array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -0 and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +0]
37+
array_api_tests/test_special_cases.py::test_binary[__pow__(x1_i is -infinity and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +infinity]
3738

3839
# No sorting in dask
3940
array_api_tests/test_has_names.py::test_has_names[sorting-argsort]

0 commit comments

Comments
 (0)