
Here is what I get (with tifffile in the python path): ERROR: test suite for <module 'test_tifffile' from '/home/guillaume/Python/scikits-image/skimage/io/tests/test_tifffile.pyc'> ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 227, in run self.tearDown() File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 350, in tearDown self.teardownContext(ancestor) File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 366, in teardownContext try_run(context, names) File "/usr/lib/python2.7/dist-packages/nose/util.py", line 478, in try_run return func() File "/home/guillaume/Python/scikits-image/skimage/io/tests/test_tifffile.py", line 22, in teardown sio.use_plugin(v[0], k) IndexError: list index out of range ---------------------------------------------------------------------- Ran 14 tests in 0.023s Le 07/06/2012 14:29, Tony Yu a écrit :
On Thu, Jun 7, 2012 at 2:30 AM, Guillaume Gay <guillaume@mitotic-machine.org <mailto:guillaume@mitotic-machine.org>> wrote:
Hi Tony,
The test runs fine for me...
[guillaume]:tests $ python test_tifffile.py SSS
---------------------------------------------------------------------- Ran 3 tests in 0.001s
OK (SKIP=3)
What should I do to try to reproduce?
Guillaume
Hi Guillaume,
Could you grab a copy of the tifffile source and put it on your python path or your working directory? You can copy the body from the following:
http://www.lfd.uci.edu/~gohlke/code/tifffile.py.html <http://www.lfd.uci.edu/%7Egohlke/code/tifffile.py.html>
It's an html link, so you can't use "Save As"; you'll have to copy the text to a text file to save it (I couldn't find a link to a *.py file).
Thanks a lot for testing, -Tony
Le 07/06/2012 05:10, Tony Yu a écrit :
* PR #195 to fix a test error (Can you confirm this error? I can't see why I'd be the only one to see this error.) https://github.com/scikits-image/scikits-image/pull/195

On Thu, Jun 7, 2012 at 8:55 AM, Guillaume Gay <guillaume@mitotic-machine.org
wrote:
Here is what I get (with tifffile in the python path):
ERROR: test suite for <module 'test_tifffile' from '/home/guillaume/Python/scikits-image/skimage/io/tests/test_tifffile.pyc'> ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 227, in run self.tearDown() File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 350, in tearDown self.teardownContext(ancestor) File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 366, in teardownContext try_run(context, names) File "/usr/lib/python2.7/dist-packages/nose/util.py", line 478, in try_run return func() File "/home/guillaume/Python/scikits-image/skimage/io/tests/test_tifffile.py", line 22, in teardown sio.use_plugin(v[0], k) IndexError: list index out of range
---------------------------------------------------------------------- Ran 14 tests in 0.023s
Cool, this is the error that the PR should fix. Thanks for confirming!
-Tony
participants (2)
-
Guillaume Gay
-
Tony Yu