refine code

test=develop
revert-15774-anakin_subgraph_engine
xuezhong 6 years ago
parent 2857dac260
commit c5c6bd7b02

@ -294,7 +294,6 @@ class OpTest(unittest.TestCase):
# fetch_list = map(block.var, fetch_list)
if not isinstance(fetch_list[0], fluid.framework.Variable):
fetch_list = list(map(block.var, fetch_list))
#import pdb; pdb.set_trace()
outs = executor.run(program,
feed=feed_map,
fetch_list=fetch_list,

Loading…
Cancel
Save