Skip to content

Commit 70bc2b6

Browse files
xadupresdpython
andauthored
disambiguate a unit test name (#1323)
Signed-off-by: xavier dupré <[email protected]> Co-authored-by: xavier dupré <[email protected]>
1 parent 8114f4b commit 70bc2b6

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
@@ -3296,7 +3296,7 @@ def func(boxes, scores):
32963296
self._run_test_case(func, [_OUTPUT, _OUTPUT1], {_INPUT: boxes_val, _INPUT1: scores_val})
32973297

32983298
@check_opset_min_version(10, "NonMaxSuppression")
3299-
def test_non_max_suppression_v4(self):
3299+
def test_non_max_suppression_v4_padded(self):
33003300
box_num = 10
33013301
boxes_val = np.random.random_sample([box_num, 4]).astype(np.float32)
33023302
scores_val = np.random.random_sample([box_num]).astype(np.float32)

0 commit comments

Comments
 (0)