Skip to content

Commit 77d5512

Browse files
committed
add compute follows data tests for isin
1 parent 661eff7 commit 77d5512

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
@@ -536,6 +536,7 @@ def test_logic_op_1in(op, device):
536536
"greater",
537537
"greater_equal",
538538
"isclose",
539+
"isin",
539540
"less",
540541
"less_equal",
541542
"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)