Skip to content

Commit 7405fb0

Browse files
committed
add compute follows data tests for isin
1 parent 2980f17 commit 7405fb0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dpnp/tests/test_sycl_queue.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ def test_logic_op_1in(op, device):
564564
"greater",
565565
"greater_equal",
566566
"isclose",
567+
"isin",
567568
"less",
568569
"less_equal",
569570
"logical_and",

dpnp/tests/test_usm_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ def test_logic_op_1in(op, usm_type_x):
355355
"greater",
356356
"greater_equal",
357357
"isclose",
358+
"isin",
358359
"less",
359360
"less_equal",
360361
"logical_and",

0 commit comments

Comments
 (0)