提交 4c29e690 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

PEP8 fix

上级 1dff4010
...@@ -2495,8 +2495,6 @@ class T_Scan(unittest.TestCase): ...@@ -2495,8 +2495,6 @@ class T_Scan(unittest.TestCase):
# so if it compiles it means the test pass # so if it compiles it means the test pass
f = theano.function([V, W], O) f = theano.function([V, W], O)
def test_while2(self): def test_while2(self):
x = tensor.vector('x') x = tensor.vector('x')
def lambda_fn(x_t): def lambda_fn(x_t):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论