提交 964a2a64 authored 作者: AndreiCostinescu's avatar AndreiCostinescu

Fix flake8 problems

上级 63d4beb3
......@@ -443,6 +443,7 @@ This test suite ensures that Gemm is inserted where it belongs, and
that the resulting functions compute the same things as the originals.
"""
def XYZab():
return T.matrix(), T.matrix(), T.matrix(), T.scalar(), T.scalar()
......
......@@ -4685,7 +4685,7 @@ class T_local_switch_sink(unittest.TestCase):
"""
Wrapper around theano.function for this test.
It disables checking for NaN removed by optimizations in DebugMode
It disables checking for NaN removed by optimizations in DebugMode
(it has false positives in that case).
"""
f = theano.function(*args, **kwargs)
......
......@@ -29,6 +29,7 @@ Special Op created to test what happens when you have one op that is not
differentiable in the computational graph
'''
class BreakRop(Op):
"""
@note: Non-differentiable.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论