提交 fb26014a authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Added mention of corresponding ticket to test case

上级 bf4123cc
# This bug is detailed in ticket #387. Please close this ticket once the test
# passes (http://pylearn.org/theano/trac/ticket/387).
import numpy, theano import numpy, theano
from theano import tensor from theano import tensor
def test_bug_2009_06_02(): def test_bug_2009_06_02_trac_387():
y = tensor.lvector() y = tensor.lvector()
f = theano.function([y], tensor.stack(y[0] / 2)) f = theano.function([y], tensor.stack(y[0] / 2))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论