diff options
author | Tomas Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-02-25 03:35:50 -0500 |
---|---|---|
committer | Tomas Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-02-25 03:35:50 -0500 |
commit | 047d9e2a7dda92e13414b980a93c3f1724665241 (patch) | |
tree | cf9388363106c203c523fb63105a59351e89d873 /test | |
parent | 5a2fd376130ea2c7c4ac1704bc9d2f087522855d (diff) | |
download | regularization-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.py | 2 |
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() |