Skip to content

Commit 43c4833

Browse files
Removing stray print
1 parent 4b31460 commit 43c4833

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dpctl/tests/test_usm_ndarray_manipulation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,6 @@ def test_stack_2arrays(data):
965965
Y = dpt.asarray(Ynp, sycl_queue=q)
966966

967967
Znp = np.stack([Xnp, Ynp], axis=axis)
968-
print(Znp.shape)
969968
Z = dpt.stack([X, Y], axis=axis)
970969

971970
assert_array_equal(Znp, dpt.asnumpy(Z))

0 commit comments

Comments
 (0)