Skip to content

Commit 398e038

Browse files
authored
Update tests/tensor/signal/test_conv.py
1 parent a1d3b93 commit 398e038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tensor/signal/test_conv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_convolve1d_batch():
4949
np.testing.assert_allclose(res[1], res_np, rtol=rtol)
5050

5151

52-
def test_convolve1d_same():
52+
def test_convolve1d_batch_same():
5353
x = matrix("data")
5454
y = matrix("kernel")
5555
out = convolve1d(x, y, mode="same")

0 commit comments

Comments
 (0)