From 01c3032de3fbbcc033efd69a748708bc13429b2f Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 10 Oct 2018 14:56:44 +0100
Subject: [PATCH] TEST: ndims no longer exists

---
 tests/test_image.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/test_image.py b/tests/test_image.py
index 84a3d2445..c722719b2 100644
--- a/tests/test_image.py
+++ b/tests/test_image.py
@@ -307,7 +307,6 @@ def _test_Image_atts(imgtype):
             assert tuple(i.nibImage.header.get_zooms()) == tuple(pixdims)
 
             assert i.ndim       == expndims
-            assert i.ndims      == expndims
             assert i.dtype      == dtype
             assert i.name       == op.basename(path)
             assert i.dataSource == fslpath.addExt(path,
-- 
GitLab