Feb. 26, 2012
8:05 p.m.
On Sun, Feb 26, 2012 at 8:08 AM, Zachary Pincus <zachary.pincus@yale.edu> wrote:
This fixes an issue when running skimage.io.tests. When the tifffile plugin is left active two subsequent tests in skimage.morphology fail to read PNG files.
Should I add similar teardown() stanzas to all of the image IO plugin tests so that none are left present thereafter, to avoid other such errors? (Though the other plugins read PNGs, it might be a better habit to tear everything down anyway.)
Thanks, I also thought this would be a good idea, after seeing Christoph's patch. Stéfan