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 2aab77b commit d53d8b8Copy full SHA for d53d8b8
dpctl/tests/test_dparray.py
@@ -59,7 +59,7 @@ def func_operation_with_const(dpctl_array):
59
C = self.X * 5
60
dp_func = func_operation_with_const(C)
61
self.assertIsInstance(dp_func, dparray.ndarray)
62
-
+
63
def test_dparray_mixing_dpctl_and_numpy(self):
64
dp_numpy = numpy.ones((256, 4), dtype="d")
65
res = dp_numpy * self.X
0 commit comments