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.
2 parents 16a9c81 + 8d72b07 commit 11a933eCopy full SHA for 11a933e
dpctl/tests/elementwise/test_abs.py
@@ -70,10 +70,8 @@ def test_abs_usm_type(usm_type):
70
assert np.allclose(dpt.asnumpy(Y), expected_Y)
71
72
73
-def test_abs_types_prop():
+def test_abs_types_property():
74
get_queue_or_skip()
75
- types = dpt.abs.types_
76
- assert types is None
77
types = dpt.abs.types
78
assert isinstance(types, list)
79
assert len(types) > 0
dpctl/tests/elementwise/test_add.py
@@ -260,8 +260,6 @@ def __sycl_usm_array_interface__(self):
260
261
def test_add_types_property():
262
263
- types = dpt.add.types_
264
265
types = dpt.add.types
266
267
0 commit comments