Skip to content

Commit c78974a

Browse files
committed
Changed dtype in test for full() function
1 parent 3d9f858 commit c78974a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tests/test_usm_ndarray_ctor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ def test_full_dtype_inference():
992992
def test_full_fill_array():
993993
q = get_queue_or_skip()
994994

995-
dtype = np.float16
995+
dtype = np.int32
996996
X = dpt.full(10, dpt.usm_ndarray(1, dtype=dtype), sycl_queue=q)
997997
assert dtype == X.dtype
998998

0 commit comments

Comments
 (0)