提交 32aa6ece authored 作者: Frederic Bastien's avatar Frederic Bastien

fix comment.

上级 acfb47c7
...@@ -304,7 +304,9 @@ class T_function(unittest.TestCase): ...@@ -304,7 +304,9 @@ class T_function(unittest.TestCase):
assert (out==4).all() assert (out==4).all()
out[0]=3 out[0]=3
out2 = f() out2 = f()
# If the following 2 asserts fail it mean Theano DID some new optimization # Currently we don't do this optimization!
# As this is a corner case that is not usefull for use
# We probably won't optimize it.
assert out2 is not out assert out2 is not out
assert (out2==4).all() assert (out2==4).all()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论