Skip to content

Commit 58c8d1a

Browse files
committed
RF: remove duplicate test
1 parent de6e4ce commit 58c8d1a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

nibabel/tests/test_image_api.py

-6
Original file line numberDiff line numberDiff line change
@@ -324,12 +324,6 @@ def _check_proxy_interface(self, imaker, meth_name):
324324
def _check_array_interface(self, imaker, meth_name):
325325
for caching in (None, 'fill', 'unchanged'):
326326
self._check_array_caching(imaker, meth_name, caching)
327-
# Values to get_(f)data caching parameter must be 'fill' or
328-
# 'unchanged'
329-
img = imaker()
330-
for meth_name in self.meth_names:
331-
method = getattr(img, meth_name)
332-
assert_raises(ValueError, method, caching='something')
333327

334328
def _check_array_caching(self, imaker, meth_name, caching):
335329
img = imaker()

0 commit comments

Comments
 (0)