From ed8524961c9f6bf740f2acc756ed0bf1f00d35e2 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 12 Dec 2014 08:53:27 -0600 Subject: [PATCH] Reinstate run_module_suite in test_pil --- skimage/io/tests/test_pil.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/skimage/io/tests/test_pil.py b/skimage/io/tests/test_pil.py index 06bb3dd1..cd9cbd21 100644 --- a/skimage/io/tests/test_pil.py +++ b/skimage/io/tests/test_pil.py @@ -200,5 +200,4 @@ class TestSaveTIF: yield self.roundtrip, dtype, x if __name__ == "__main__": - #run_module_suite() - test_multi_page_gif() + run_module_suite()