Skip to content
Snippets Groups Projects
Commit b37792bd authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

TEST: Need to take into account new SMATT label atlas

parent 0801c756
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ def _get_atlas(atlasID, res, summary=False): ...@@ -41,7 +41,7 @@ def _get_atlas(atlasID, res, summary=False):
atlas = _atlases.get((atlasID, res, summary), default=None) atlas = _atlases.get((atlasID, res, summary), default=None)
if atlas is None: if atlas is None:
if summary or atlasID in ('talairach', 'striatum-structural', if summary or atlasID in ('talairach', 'striatum-structural',
'jhu-labels'): 'jhu-labels', 'smatt'):
kwargs = {} kwargs = {}
else: else:
kwargs = {'loadData' : False, kwargs = {'loadData' : False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment