Skip to content

Commit 19b68de

Browse files
committed
submit again test=develop
1 parent 5e7bb6a commit 19b68de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/paddle/fluid/tests/unittests/test_similarity_focus_op.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ def setUp(self):
5757
if cnt == min(y_dim, z_dim):
5858
break
5959
channel[index] = -1
60-
res = res.reshape(1, y_dim, z_dim)
61-
res = res.repeat([x_dim], axis=0)
60+
res = res.reshape(1, y_dim, z_dim).repeat([x_dim], axis=0)
6261
res = res.reshape(1, x_dim, y_dim, z_dim)
6362
if output is not None:
6463
output = np.concatenate((output, res), axis=0)

0 commit comments

Comments
 (0)