File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,11 @@ array_api_tests/test_creation_functions.py::test_linspace
30
30
31
31
# out=-0, but should be +0
32
32
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]
33
34
34
35
# output is nan but should be infinity
35
36
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 ]
37
38
38
39
# No sorting in dask
39
40
array_api_tests/test_has_names.py::test_has_names[sorting-argsort]
You can’t perform that action at this time.
0 commit comments