提交 83cab8bf authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Added short text description to KnownFailureTests

上级 c0d97500
......@@ -470,7 +470,8 @@ class TestScan(unittest.TestCase):
# place (even when told not to by DebugMode). As this op will change
# soon, and it is in the sandbox and not for user consumption, the
# error is marked as KnownFailure
raise KnownFailureTest
raise KnownFailureTest('Work-in-progress sandbox ScanOp is not fully '
'functional yet')
def f_pow2(x_tm1):
return 2 * x_tm1
......@@ -505,7 +506,8 @@ class TestScan(unittest.TestCase):
# place (even when told not to by DebugMode). As this op will change
# soon, and it is in the sandbox and not for user consumption, the
# error is marked as KnownFailure
raise KnownFailureTest
raise KnownFailureTest('Work-in-progress sandbox ScanOp is not fully '
'functional yet')
def f_rnn(u_t, x_tm1, W_in, W):
return u_t * W_in + x_tm1 * W
u = theano.tensor.vector('u')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论