Skip to content

Commit 1d7720e

Browse files
authored
fix test conv1d (#5049)
1 parent 26a70c9 commit 1d7720e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_convolution1d.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ static int test_convolution1d_0()
7777
const int s = kdsp[i][2];
7878
const int p = kdsp[i][3];
7979
const int b0 = i % 2;
80-
const int b1 = 1 - b1;
80+
const int b1 = 1 - b0;
8181

8282
int ret = 0
8383
|| test_convolution1d(9, 1, 1, k, d, s, p, b0)

0 commit comments

Comments
 (0)