提交 61b77210 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

skip test for now

There are two things to wait for : 1) Fix bugs in sandbox scan 2) Add more restriction to scan which would simplify this test
上级 e4898b4c
......@@ -437,7 +437,11 @@ class TestScan(unittest.TestCase):
[dict(use=True)],
[dict(use=True), dict(use=True)],
[dict(use=True), dict(use=False)]]
# This generates errors related to some unfixed bug in the current
# version of scan
# The test will also have to be changesd following some further
# restriction of scan and reduction of the number of corner cases
return
for n_outputs in [0,1,2]:
for n_shared_updates in [0,1,2]:
for n_random_combinations in xrange(14):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论