Skip to content

Commit 1d5b9aa

Browse files
committed
fix pylint
1 parent f9b864f commit 1d5b9aa

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
@@ -2627,7 +2627,7 @@ def func(boxes, scores):
26272627

26282628
self._run_test_case(func, [_OUTPUT, _OUTPUT1], {_INPUT: boxes_val, _INPUT1: scores_val})
26292629

2630-
def _conv1d_test(self, x_val, w, s_tride=None, padding="VALID", rtol=1e-07):
2630+
def _conv1d_test(self, x_val, w, stride=None, padding="VALID", rtol=1e-07):
26312631
if stride is None:
26322632
stride = 1
26332633
def func(x):

0 commit comments

Comments
 (0)