Skip to content

Commit

Permalink
Another doctest skip
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jun 18, 2015
1 parent f37dae1 commit ec776e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skimage/external/tifffile/tifffile.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ def imread(files, **kwargs):
>>> im.shape # doctest: +SKIP
(256, 256, 4)
>>> ims = imread(['test.tif', 'test.tif']) # doctest: +SKIP
>>> ims.shape
>>> ims.shape # doctest: +SKIP
(2, 256, 256, 4)
"""
Expand Down

0 comments on commit ec776e3

Please sign in to comment.