We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests/test_pad.py
1 parent cbb575a commit da0a46dCopy full SHA for da0a46d
1 file changed
tests/test_pad.py
@@ -47,7 +47,7 @@ def pad(input, pad, mode="constant", value=None):
47
@pytest.mark.parametrize(
48
"shape, pad_",
49
(
50
- ((2026, 120712), (-100, 20, 9999, -100)),
+ ((2026, 1207), (-100, 20, 99, -10)),
51
((2, 3), (1, 1, 1, 2)),
52
((2, 3, 4), (1, 3, 1, 0, 0, 0)),
53
((2, 3), (-1, -1, 0, 0)),
0 commit comments