Skip to content

Commit e52af34

Browse files
committed
Remove unnecessary check_supported_arrays_type in choose
1 parent 112e0fb commit e52af34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dpnp/dpnp_iface_indexing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def _build_choices_list(choices):
145145
def _choose_run(inds, chcs, q, usm_type, out=None, mode=0):
146146
# arg validation, broadcasting, type coercion assumed done by caller
147147
if out is not None:
148-
dpnp.check_supported_arrays_type(out)
149148
out = dpnp.get_usm_ndarray(out)
150149

151150
if not out.flags.writable:

0 commit comments

Comments
 (0)