提交 0f3921cb authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Reference ticket in the last KnownFailure message

上级 c555a320
...@@ -166,8 +166,11 @@ class T_extending(unittest.TestCase): ...@@ -166,8 +166,11 @@ class T_extending(unittest.TestCase):
fn = lambda x, y: x / y) fn = lambda x, y: x / y)
@dec.knownfailureif(isinstance(theano.compile.mode.get_default_mode(),theano.compile.debugmode.DebugMode), @dec.knownfailureif(
"This test fail in DEBUG_MODE but this don't make theano generate some bad code. It is a trouble with DEBUG_MODE") isinstance(theano.compile.mode.get_default_mode(),
theano.compile.debugmode.DebugMode),
("This test fails in DEBUG_MODE, but the generated code is OK. "
"It is actually a problem of DEBUG_MODE, see #625"))
def test_extending_2(self): def test_extending_2(self):
''' '''
This test fails in DebugMode for the same reasons the test in This test fails in DebugMode for the same reasons the test in
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论