提交 13a24f7f authored 作者: Valentin Bisson's avatar Valentin Bisson

Fixed wrong comment.

上级 7a24a169
......@@ -445,7 +445,7 @@ def test_remove0():
# symbolic
x = theano.sparse.SparseType(format=format, dtype=theano.config.floatX)()
# the In thingy has to be there because theano has as rule to optimize inputs
# the In thingy has to be there because theano has as rule not to optimize inputs
f = theano.function([theano.In(x, borrow=True, mutable=True)], sp.Remove0()(x))
# assert optimization is applied
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论