提交 31c648fa authored 作者: Frederic Bastien's avatar Frederic Bastien

Make a test more strict, we want to make sure the error happen earlier.

上级 aa445f8b
...@@ -4488,8 +4488,8 @@ class T_Scan(unittest.TestCase): ...@@ -4488,8 +4488,8 @@ class T_Scan(unittest.TestCase):
n_steps=n, n_steps=n,
strict=True) strict=True)
f_strict = theano.function([x0_], ret_strict[0][-1]) # f_strict = theano.function([x0_], ret_strict[0][-1])
result_strict = f_strict(x0) # result_strict = f_strict(x0)
def test_monitor_mode(self): def test_monitor_mode(self):
# Test that it is possible to pass an instance of MonitorMode # Test that it is possible to pass an instance of MonitorMode
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论