From e20b6bda4191f6afd05dcaf73b8ca1950320094f Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Sun, 21 Jan 2018 16:36:58 +0000
Subject: [PATCH] mgh unit test adjust

---
 tests/test_mghimage.py | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/tests/test_mghimage.py b/tests/test_mghimage.py
index bdbcd7344..513d0e762 100644
--- a/tests/test_mghimage.py
+++ b/tests/test_mghimage.py
@@ -16,16 +16,6 @@ from . import testdir
 import fsl.data.mghimage as fslmgh
 
 
-def test_looksLikeMGHImage():
-
-    lookLike   = ['test.mgz', 'test.mgh']
-    noLookLike = ['test.nii', 'test', 'testmgh.mga', 'test.mgza', 'test.mgha']
-
-
-    for l  in lookLike:   assert     fslmgh.looksLikeMGHImage(l)
-    for nl in noLookLike: assert not fslmgh.looksLikeMGHImage(nl)
-
-
 def test_MGHImage():
 
     datadir  = op.join(op.dirname(__file__), 'testdata')
-- 
GitLab