Skip to content

Commit e4d2337

Browse files
authored
Update array_api_tests/test_operators_and_elementwise_functions.py
1 parent 72de19b commit e4d2337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/test_operators_and_elementwise_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1826,7 +1826,7 @@ def _filter_zero(x):
18261826
("less_equal", operator.le, {}, xp.bool),
18271827
("greater", operator.gt, {}, xp.bool),
18281828
("greater_equal", operator.ge, {}, xp.bool),
1829-
("pow", operator.pow, {'check_values': False}, None) # too finicky for pow
1829+
("pow", operator.pow, {'check_values': False}, None) # value tests are too finicky for pow
18301830
],
18311831
ids=lambda func_data: func_data[0] # use names for test IDs
18321832
)

0 commit comments

Comments
 (0)