From b37792bd96fbc9014c535fb24c5141b935d28a7c Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Thu, 3 May 2018 11:13:47 +0100
Subject: [PATCH] TEST: Need to take into account new SMATT label atlas

---
 tests/test_atlases_query.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_atlases_query.py b/tests/test_atlases_query.py
index ea72f6686..29676a09b 100644
--- a/tests/test_atlases_query.py
+++ b/tests/test_atlases_query.py
@@ -41,7 +41,7 @@ def _get_atlas(atlasID, res, summary=False):
     atlas = _atlases.get((atlasID, res, summary), default=None)
     if atlas is None:
         if summary or atlasID in ('talairach', 'striatum-structural',
-                                  'jhu-labels'):
+                                  'jhu-labels', 'smatt'):
             kwargs = {}
         else:
             kwargs = {'loadData'  : False,
-- 
GitLab