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.
__ipow__()
1 parent 2068ee4 commit 27a00d7Copy full SHA for 27a00d7
.github/workflows/numpy.yml
@@ -46,6 +46,7 @@ jobs:
46
# https://github.com/numpy/numpy/issues/21211
47
array_api_tests/test_special_cases.py::test_iop[__iadd__(x1_i is -0 and x2_i is -0) -> -0]
48
# https://github.com/numpy/numpy/issues/21213
49
+ 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]
50
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]
51
# noted diversions from spec
52
array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]
0 commit comments