Skip to content

Commit 8ff22d4

Browse files
committed
test pow() with scalars
1 parent 31eec9d commit 8ff22d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

array_api_tests/test_operators_and_elementwise_functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,6 +1824,7 @@ def _filter_zero(x):
18241824
("less_equal", operator.le, {}, xp.bool),
18251825
("greater", operator.gt, {}, xp.bool),
18261826
("greater_equal", operator.ge, {}, xp.bool),
1827+
("pow", operator.pow, {}, None)
18271828
],
18281829
ids=lambda func_data: func_data[0] # use names for test IDs
18291830
)

0 commit comments

Comments
 (0)