提交 55c0f591 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Comment typo fix

上级 b07d5f7b
...@@ -3484,7 +3484,8 @@ class T_get_constant_value(unittest.TestCase): ...@@ -3484,7 +3484,8 @@ class T_get_constant_value(unittest.TestCase):
assert get_constant_value(a[1])==2 assert get_constant_value(a[1])==2
assert get_constant_value(a[2])==3 assert get_constant_value(a[2])==3
#For now get_constant_value got throught only MakeVector and Join of scalar. # For now get_constant_value goes through only MakeVector and Join of
# scalars.
v = tensor.ivector() v = tensor.ivector()
a = tensor.stack(v,2,3) a = tensor.stack(v,2,3)
self.assertRaises(TypeError, get_constant_value, a[0]) self.assertRaises(TypeError, get_constant_value, a[0])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论