提交 700f0f89 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

removed printing to stderr in one test that was cluttering the output of nosetests

上级 6ba76bb3
...@@ -1560,7 +1560,6 @@ class test_local_subtensor_merge(unittest.TestCase): ...@@ -1560,7 +1560,6 @@ class test_local_subtensor_merge(unittest.TestCase):
for b2 in b2r: for b2 in b2r:
for e2 in e2r: for e2 in e2r:
for s2 in s2r: for s2 in s2r:
print >>sys.stderr, x_s,b1,e1,s1,b2,e2,s2
f(x_val, b1,e1,s1,b2,e2,s2) f(x_val, b1,e1,s1,b2,e2,s2)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论