We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d684d commit 002d2daCopy full SHA for 002d2da
dpnp/tests/test_umath.py
@@ -107,6 +107,8 @@ def test_umaths(test_cases):
107
and is_gpu_device()
108
):
109
pytest.skip("dpctl-1652")
110
+ elif umath in ["ceil", "floor", "trunc"] and args[0].dtype == dpnp.bool:
111
+ pytest.skip("dpctl-2030")
112
elif umath in ["divmod", "frexp"]:
113
pytest.skip("Not implemented umath")
114
elif umath == "modf":
0 commit comments