summaryrefslogtreecommitdiffstats
path: root/recipe/run_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'recipe/run_test.py')
-rwxr-xr-xrecipe/run_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipe/run_test.py b/recipe/run_test.py
index 21f3216..f551616 100755
--- a/recipe/run_test.py
+++ b/recipe/run_test.py
@@ -815,5 +815,7 @@ class TestRegularisers(unittest.TestCase):
self.assertLess(abs(rms_fgp-rms_fgp_exp) , tolerance)
+
+
if __name__ == '__main__':
unittest.main()