diff --git a/tests/test_atlases_query.py b/tests/test_atlases_query.py index ea72f6686fcc23d3a3f4cac9eb97b1855ec4a317..29676a09bb81fc0fb280bb602a80e34c8eb72825 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,