From 047d9e2a7dda92e13414b980a93c3f1724665241 Mon Sep 17 00:00:00 2001 From: Tomas Kulhanek Date: Mon, 25 Feb 2019 03:35:50 -0500 Subject: MOVE: Wrappers/Python/supp to src/Python/ccpi/supp --- test/test_CPU_regularisers.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/test_CPU_regularisers.py b/test/test_CPU_regularisers.py index 552e64e..3a90d49 100644 --- a/test/test_CPU_regularisers.py +++ b/test/test_CPU_regularisers.py @@ -127,7 +127,5 @@ class TestRegularisers(unittest.TestCase): # now test that it generates some expected output self.assertAlmostEqual(rms, 0.02, delta=0.01) - - if __name__ == '__main__': unittest.main() -- cgit v1.2.3