提交 98ca6723 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Remove known failure decorator for test that is now working.

上级 767f8684
......@@ -2787,11 +2787,6 @@ def test_local_tensor_scalar_tensor():
assert len(cast_nodes) == 0
f(0)
@dec.knownfailureif(
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 #624."))
def test_local_scalar_tensor_scalar():
dtypes = ['int8', 'int16', 'int32', 'int64',
'uint8', 'uint16', 'uint32', 'uint64',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论