From 5a2fd376130ea2c7c4ac1704bc9d2f087522855d Mon Sep 17 00:00:00 2001 From: Tomas Kulhanek Date: Fri, 22 Feb 2019 08:10:48 -0500 Subject: UPDATE:test and pycharm project files --- test/test_CPU_regularisers.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') diff --git a/test/test_CPU_regularisers.py b/test/test_CPU_regularisers.py index 8940926..552e64e 100644 --- a/test/test_CPU_regularisers.py +++ b/test/test_CPU_regularisers.py @@ -126,3 +126,8 @@ 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