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 21a52c4 commit be9d9e6Copy full SHA for be9d9e6
dpnp/tests/test_umath.py
@@ -78,8 +78,6 @@ def get_id(val):
78
@pytest.mark.parametrize("test_cases", test_cases, ids=get_id)
79
def test_umaths(test_cases):
80
umath, args_str = test_cases
81
- if umath in new_umaths_numpy_20:
82
- pytest.skip("new umaths from numpy 2.0 are not supported yet")
83
84
if umath in ["matmul", "matvec", "vecmat"]:
85
sh = (4, 4)
0 commit comments