summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTomas Kulhanek <tomas.kulhanek@stfc.ac.uk>2019-02-22 08:10:48 -0500
committerTomas Kulhanek <tomas.kulhanek@stfc.ac.uk>2019-02-22 08:10:48 -0500
commit5a2fd376130ea2c7c4ac1704bc9d2f087522855d (patch)
tree62865a37b7efe3f0958e2480d604ba6ad1d0d18b /test
parent755b74b26f07f91fbffd19f3476da1f6ac16d774 (diff)
downloadregularization-5a2fd376130ea2c7c4ac1704bc9d2f087522855d.tar.gz
regularization-5a2fd376130ea2c7c4ac1704bc9d2f087522855d.tar.bz2
regularization-5a2fd376130ea2c7c4ac1704bc9d2f087522855d.tar.xz
regularization-5a2fd376130ea2c7c4ac1704bc9d2f087522855d.zip
UPDATE:test and pycharm project files
Diffstat (limited to 'test')
-rw-r--r--test/test_CPU_regularisers.py5
1 files changed, 5 insertions, 0 deletions
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()