summaryrefslogtreecommitdiffstats
path: root/recipe/run_test.py
diff options
context:
space:
mode:
authorTomas Kulhanek <tmkulhanek@gmail.com>2019-02-28 15:22:10 +0000
committerTomas Kulhanek <tmkulhanek@gmail.com>2019-02-28 15:22:10 +0000
commit68e6f3397e8a450854f39a5d514e1f747b9031a4 (patch)
treeeddf7bc14a998ffabc7e9e01f0cca2ac44b1d88a /recipe/run_test.py
parent364a703de9f31b35d4301f3e913f519be9d3a14f (diff)
downloadregularization-68e6f3397e8a450854f39a5d514e1f747b9031a4.tar.gz
regularization-68e6f3397e8a450854f39a5d514e1f747b9031a4.tar.bz2
regularization-68e6f3397e8a450854f39a5d514e1f747b9031a4.tar.xz
regularization-68e6f3397e8a450854f39a5d514e1f747b9031a4.zip
merge
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()