Skip to content

Commit da0a46d

Browse files
authored
Shrink a shape in tests/test_pad.py (#134)
1 parent cbb575a commit da0a46d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_pad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def pad(input, pad, mode="constant", value=None):
4747
@pytest.mark.parametrize(
4848
"shape, pad_",
4949
(
50-
((2026, 120712), (-100, 20, 9999, -100)),
50+
((2026, 1207), (-100, 20, 99, -10)),
5151
((2, 3), (1, 1, 1, 2)),
5252
((2, 3, 4), (1, 3, 1, 0, 0, 0)),
5353
((2, 3), (-1, -1, 0, 0)),

0 commit comments

Comments
 (0)