提交 fbe7e13e authored 作者: Ian Goodfellow's avatar Ian Goodfellow

fixed a test that was broken by the graph changing

上级 7e6104b0
...@@ -72,10 +72,10 @@ def test_min_informative_str(): ...@@ -72,10 +72,10 @@ def test_min_informative_str():
mis = min_informative_str(G).replace("\t", " ") mis = min_informative_str(G).replace("\t", " ")
reference = """A. Elemwise{add,no_inplace} reference = """A. Elemwise{add,no_inplace}
B. C B. C
C. Elemwise{add,no_inplace} C. Elemwise{add,no_inplace}
D. D D. D
E. E""" E. E"""
if mis != reference: if mis != reference:
print '--' + mis + '--' print '--' + mis + '--'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论