From 4e75d4d697a39f34285754acf479358c83b19548 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Tue, 20 Sep 2022 18:17:34 +0800 Subject: [PATCH] tweaks --- tests/test_flip_image.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_flip_image.py b/tests/test_flip_image.py index bfce6b7..2b8c68f 100644 --- a/tests/test_flip_image.py +++ b/tests/test_flip_image.py @@ -15,7 +15,3 @@ class FlipImageTestCase(unittest.TestCase): # the code fails for 1D array with self.assertRaises(AssertionError): flip_image(np.array([1, 2, 3, 4])) - - -if __name__ == "__main__": - unittest.main() -- GitLab