Skip to content

Commit 8a00238

Browse files
committed
fix unittest. test=develop
1 parent a6daf6f commit 8a00238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def initTestCase(self):
7070
self.shift_ratio = 0.2
7171

7272

73-
class TestTemporalShift2(TestTemporalShift):
73+
class TestTemporalShift3(TestTemporalShift):
7474
def initTestCase(self):
7575
self.x_shape = (3, 10, 5, 5)
7676
self.seg_num = 1

0 commit comments

Comments
 (0)