提交 ca1700dc authored 作者: Razvan Pascanu's avatar Razvan Pascanu

renamed a variable that I was overwriting later

I needed to do this when debugging, because I wanted to know both of their values, but there was nothing wrong with the test, and with or without this change it is the same. I just wanted to stay in a more clear form ( so people don't get confused by which f1 we talking about)
上级 7ab97a35
......@@ -2071,8 +2071,8 @@ class T_Scan(unittest.TestCase):
mode = theano.compile.mode.FAST_RUN
mode = mode.excluding('inplace')
f1 = theano.function([],o, mode= mode)
inputs, outputs = clone_optimized_graph(f1)
f0 = theano.function([],o, mode= mode)
inputs, outputs = clone_optimized_graph(f0)
scan_nodes = grab_scan_node(outputs[0])
assert scan_nodes is not None
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论