提交 f9cbc7c1 authored 作者: Frederic Bastien's avatar Frederic Bastien

added a theano fct call in a test following code review.

上级 ee20da96
...@@ -419,6 +419,7 @@ def makeSharedTester(shared_constructor_, ...@@ -419,6 +419,7 @@ def makeSharedTester(shared_constructor_,
#Test that we can replace with values of the different shape #Test that we can replace with values of the different shape
# but that will raise an error in some case, but not all # but that will raise an error in some case, but not all
specify_shape_fct()
x1_shared.set_value(x2) x1_shared.set_value(x2)
self.assertRaises(AssertionError, specify_shape_fct) self.assertRaises(AssertionError, specify_shape_fct)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论