提交 3d1e3ef1 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Fix new flake8 problems in master.

上级 a1839905
...@@ -62,7 +62,7 @@ def test_c_thunks(): ...@@ -62,7 +62,7 @@ def test_c_thunks():
if theano.config.cxx: if theano.config.cxx:
cases.append(True) cases.append(True)
for c_thunks in cases: for c_thunks in cases:
f = function([a, b, c], ifelse(a, a*b, b*c), f = function([a, b, c], ifelse(a, a * b, b * c),
mode=Mode( mode=Mode(
optimizer=None, optimizer=None,
linker=vm.VM_Linker(c_thunks=c_thunks, linker=vm.VM_Linker(c_thunks=c_thunks,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论