summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTomas Kulhanek <tomas.kulhanek@stfc.ac.uk>2019-02-25 03:35:50 -0500
committerTomas Kulhanek <tomas.kulhanek@stfc.ac.uk>2019-02-25 03:35:50 -0500
commit047d9e2a7dda92e13414b980a93c3f1724665241 (patch)
treecf9388363106c203c523fb63105a59351e89d873 /test
parent5a2fd376130ea2c7c4ac1704bc9d2f087522855d (diff)
downloadregularization-047d9e2a7dda92e13414b980a93c3f1724665241.tar.gz
regularization-047d9e2a7dda92e13414b980a93c3f1724665241.tar.bz2
regularization-047d9e2a7dda92e13414b980a93c3f1724665241.tar.xz
regularization-047d9e2a7dda92e13414b980a93c3f1724665241.zip
MOVE: Wrappers/Python/supp to src/Python/ccpi/supp
Diffstat (limited to 'test')
-rw-r--r--test/test_CPU_regularisers.py2
1 files changed, 0 insertions, 2 deletions
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()