提交 d322c942 编写于 作者: W wanghaoshuang

fix unittest

上级 cadea35a
...@@ -134,7 +134,7 @@ class TestXmap(unittest.TestCase): ...@@ -134,7 +134,7 @@ class TestXmap(unittest.TestCase):
for size in buffered_size: for size in buffered_size:
result = [] result = []
for i in paddle.v2.reader.xmap_readers(mapper, for i in paddle.v2.reader.xmap_readers(mapper,
reader_creator_10(), reader_creator_10(0),
tNum, size, order)(): tNum, size, order)():
result.append(i) result.append(i)
if not order: if not order:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册