提交 85733bda authored 作者: Amjad Almahairi's avatar Amjad Almahairi

fix flake8

上级 956d13e1
......@@ -25,8 +25,7 @@ from theano.configparser import (config, AddConfigVar, BoolParam, IntParam,
StrParam)
from theano.compile.function_module import (
FunctionMaker, Function, infer_reuse_pattern,
SymbolicInputKit, SymbolicOutput, Supervisor, std_fgraph
)
SymbolicInputKit, SymbolicOutput, Supervisor, std_fgraph)
from theano.compile.mode import Mode, register_mode
from theano.compile.ops import OutputGuard
......@@ -1617,7 +1616,7 @@ class _VariableEquivalenceTracker(object):
r,
debugprint(r, prefix=' ', depth=6,
file=StringIO(), done=done).getvalue(),
debugprint(new_r, prefix=' ', depth=6,
debugprint(new_r, prefix=' ', depth=6,
file=StringIO(), done=done).getvalue()))
self.replaced_by[r].append((reason, new_r))
......
......@@ -697,4 +697,3 @@ def test_scan_debugprint5():
for truth,out in zip(expected_output.split("\n"), lines):
assert truth.strip() == out.strip()
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论