Skip to content

Commit 478397f

Browse files
committed
Remove redundant check from dpnp_fill
1 parent 70618e1 commit 478397f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dpnp/dpnp_algo/dpnp_fill.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def dpnp_fill(arr, val):
4040
arr = dpnp.get_usm_ndarray(arr)
4141
exec_q = arr.sycl_queue
4242

43-
dpnp.check_supported_arrays_type(val, scalar_type=True, all_scalars=True)
4443
# if val is an array, process it
4544
if dpnp.is_supported_array_type(val):
4645
val = dpnp.get_usm_ndarray(val)

0 commit comments

Comments
 (0)