From 5a2fd376130ea2c7c4ac1704bc9d2f087522855d Mon Sep 17 00:00:00 2001 From: Tomas Kulhanek Date: Fri, 22 Feb 2019 08:10:48 -0500 Subject: UPDATE:test and pycharm project files --- .idea/CCPi-Regularisation-Toolkit.iml | 16 ++++++++++++++++ .idea/encodings.xml | 4 ++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ test/test_CPU_regularisers.py | 5 +++++ 6 files changed, 46 insertions(+) create mode 100644 .idea/CCPi-Regularisation-Toolkit.iml create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/CCPi-Regularisation-Toolkit.iml b/.idea/CCPi-Regularisation-Toolkit.iml new file mode 100644 index 0000000..c02bd4f --- /dev/null +++ b/.idea/CCPi-Regularisation-Toolkit.iml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..c078c5c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..e00e88e --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file 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() -- cgit v1.2.3