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 d7c5053 commit 911496dCopy full SHA for 911496d
dpnp/tests/test_umath.py
@@ -106,6 +106,8 @@ def test_umaths(test_cases):
106
and is_gpu_device()
107
):
108
pytest.skip("dpctl-1652")
109
+ elif umath in ["ceil", "floor", "trunc"] and args[0].dtype == dpnp.bool:
110
+ pytest.skip("dpctl-2030")
111
elif umath in ["divmod", "frexp"]:
112
pytest.skip("Not implemented umath")
113
elif umath == "modf":
0 commit comments