提交 bf042b0c authored 作者: Ian Goodfellow's avatar Ian Goodfellow 提交者: Olivier Delalleau

fixed find-replace mangling of a comment

上级 e5e60a01
...@@ -1097,7 +1097,7 @@ Alloc13GradTester = makeBroadcastTester( ...@@ -1097,7 +1097,7 @@ Alloc13GradTester = makeBroadcastTester(
def test_eye(): def test_eye():
def check(dtype, N, M_=None, k=0): def check(dtype, N, M_=None, k=0):
# Theano does not accept None as a basic. # Theano does not accept None as a tensor.
# So we must use a real value. # So we must use a real value.
M = M_ M = M_
# Currently DebugMode does not support None as inputs even if this is # Currently DebugMode does not support None as inputs even if this is
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论