8000 Remove test where load pattern is a list of not str · scikit-image/scikit-image@335be36 · GitHub
[go: up one dir, main page]

Skip to content

Commit 335be36

Browse files
committed
Remove test where load pattern is a list of not s 8000 tr
1 parent fad090c commit 335be36

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

skimage/io/tests/test_collection.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,6 @@ def set_files(f):
9494
with testing.raises(AttributeError):
9595
set_files('newfiles')
9696

97-
def test_custom_load(self):
98-
load_pattern = [(1, 'one'), (2, 'two')]
99-
100-
def load_fn(x):
101-
return x
102-
103-
ic = ImageCollection(load_pattern, load_func=load_fn)
104-
assert_equal(ic[1], (2, 'two'))
105-
10697
def test_custom_pattern(self):
10798
load_pattern = os.path.join(data_dir, 'b??ck.png')
10899
files = [os.path.join(data_dir, pic)

0 commit comments

Comments
 (0)
0