Skip to content

Commit f96f726

Browse files
committed
fix typo
1 parent 7316108 commit f96f726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2392,7 +2392,7 @@ def func(input_x):
23922392
return tf.identity(res, name=_TFOUTPUT), tf.identity(res1, name=_TFOUTPUT1)
23932393
self._run_test_case(func, [_OUTPUT, _OUTPUT1], {_INPUT: input_val})
23942394

2395-
@check_opset_min_version(11, "ReduceSums")
2395+
@check_opset_min_version(11, "ReduceSum")
23962396
def test_reduce_any_negative_axis(self):
23972397
input_val = np.random.randint(0, 2, (10, 20)).astype(np.bool)
23982398
def func(x):

0 commit comments

Comments
 (0)