Skip to content

Commit 6a1c223

Browse files
committed
fix unit test
1 parent 5238c9f commit 6a1c223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/v2/fluid/tests/test_pool_max_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def init_global(self):
151151
self.global_pool = True
152152

153153

154-
class TestCase5(TestMaxPoolWithIndex_Op):
154+
class TestCase5(TestCase4):
155155
def init_global(self):
156156
self.global_pool = False
157157

0 commit comments

Comments
 (0)