提交 9f6df215 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

better comments

上级 ba77add3
...@@ -466,7 +466,7 @@ class TestScan(unittest.TestCase): ...@@ -466,7 +466,7 @@ class TestScan(unittest.TestCase):
def test002_generator_one_scalar_output(self): def test002_generator_one_scalar_output(self):
# The test fails, because the work in progress ScanOp always works in # The test fails, because the `work-in-progress` ScanOp always runs in
# place (even when told not to by DebugMode). As this op will change # 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 # soon, and it is in the sandbox and not for user consumption, the
# error is marked as KnownFailure # error is marked as KnownFailure
...@@ -501,7 +501,7 @@ class TestScan(unittest.TestCase): ...@@ -501,7 +501,7 @@ class TestScan(unittest.TestCase):
# simple rnn, one input, one state, weights for each; input/state # simple rnn, one input, one state, weights for each; input/state
# are vectors, weights are scalars # are vectors, weights are scalars
def test003_one_sequence_one_output_and_weights(self): def test003_one_sequence_one_output_and_weights(self):
# The test fails, because the work in progress ScanOp always works in # The test fails, because the `work-in-progress` ScanOp always runs in
# place (even when told not to by DebugMode). As this op will change # 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 # soon, and it is in the sandbox and not for user consumption, the
# error is marked as KnownFailure # error is marked as KnownFailure
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论