From 34355b8ec08fa09d93a954a05d92b48d6bb0f2ae Mon Sep 17 00:00:00 2001 From: Seiya Tokui Date: Tue, 22 Aug 2017 17:34:22 +0900 Subject: [PATCH] Fix style --- .../functions_tests/connection_tests/test_linear.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/chainer_tests/functions_tests/connection_tests/test_linear.py b/tests/chainer_tests/functions_tests/connection_tests/test_linear.py index 9345ae7b310c..173c81e97a86 100644 --- a/tests/chainer_tests/functions_tests/connection_tests/test_linear.py +++ b/tests/chainer_tests/functions_tests/connection_tests/test_linear.py @@ -150,4 +150,5 @@ def test_double_backward_gpu_nobias(self): cuda.to_gpu(self.gy), cuda.to_gpu(self.ggx), cuda.to_gpu(self.ggW), None) + testing.run_module(__name__, __file__)