提交 5f08407d authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Whitespace

上级 f5ed1817
...@@ -945,4 +945,3 @@ class Test_aliasing_rules(unittest.TestCase): ...@@ -945,4 +945,3 @@ class Test_aliasing_rules(unittest.TestCase):
if __name__ == '__main__': if __name__ == '__main__':
theano.config.mode = 'FAST_COMPILE' theano.config.mode = 'FAST_COMPILE'
Test_pfunc().test_default_scalar_container() Test_pfunc().test_default_scalar_container()
...@@ -307,6 +307,3 @@ class Test_SharedVariable(unittest.TestCase): ...@@ -307,6 +307,3 @@ class Test_SharedVariable(unittest.TestCase):
c = shared(numpy.zeros((5,5), dtype='float32'), allow_downcast=True) c = shared(numpy.zeros((5,5), dtype='float32'), allow_downcast=True)
self.failUnlessRaises(TypeError, f, b, numpy.random.rand(5,5)) self.failUnlessRaises(TypeError, f, b, numpy.random.rand(5,5))
...@@ -190,6 +190,3 @@ def test_downsample(): ...@@ -190,6 +190,3 @@ def test_downsample():
#We already check that the gpu version return the same value as the gpu version #We already check that the gpu version return the same value as the gpu version
#for GpuDownsampleFactorMaxGrad. So no need to call verify_grad here. #for GpuDownsampleFactorMaxGrad. So no need to call verify_grad here.
...@@ -319,4 +319,3 @@ def test_mlp(): ...@@ -319,4 +319,3 @@ def test_mlp():
if __name__ == '__main__': if __name__ == '__main__':
test_mlp() test_mlp()
...@@ -1131,4 +1131,3 @@ class T_Scan(unittest.TestCase): ...@@ -1131,4 +1131,3 @@ class T_Scan(unittest.TestCase):
if __name__ == '__main__': if __name__ == '__main__':
unittest.main() unittest.main()
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论