提交 2f32d9ed authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

remove some test docstrings.

上级 6ef7d491
...@@ -243,10 +243,8 @@ def test_badoptimization(): ...@@ -243,10 +243,8 @@ def test_badoptimization():
def test_badoptimization_opt_err(): def test_badoptimization_opt_err():
"""This variant of test_badoptimization() replace the working code # This variant of test_badoptimization() replace the working code
with a new apply node that will raise an error. # with a new apply node that will raise an error.
"""
@gof.local_optimizer([theano.tensor.add]) @gof.local_optimizer([theano.tensor.add])
def insert_bigger_b_add(node): def insert_bigger_b_add(node):
if node.op == theano.tensor.add: if node.op == theano.tensor.add:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论