mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 18:25:32 +08:00
TST: Faster test_multi_image unit tests.
Unit tests in test_multi_image speed up by using a smaller gif file. New file no_time_for_that_tiny.gif file created using: gifsicle --resize 14x25 no_time_for_that.gif > no_time_for_that_tiny.gif
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
@@ -17,7 +17,7 @@ class TestMultiImage():
|
||||
# convert im1.tif im2.tif -adjoin multipage.tif
|
||||
use_plugin('pil')
|
||||
paths = [os.path.join(data_dir, 'multipage_rgb.tif'),
|
||||
os.path.join(data_dir, 'no_time_for_that.gif')]
|
||||
os.path.join(data_dir, 'no_time_for_that_tiny.gif')]
|
||||
self.imgs = [MultiImage(paths[0]),
|
||||
MultiImage(paths[0], conserve_memory=False),
|
||||
MultiImage(paths[1]),
|
||||
|
||||
Reference in New Issue
Block a user