diff --git a/tests/test_atlases_query.py b/tests/test_atlases_query.py index 78b429a161ed6508284549fd9f2269cc8b1162ab..bf045938a78efcfbf22bd8e250815005fd3633d7 100644 --- a/tests/test_atlases_query.py +++ b/tests/test_atlases_query.py @@ -37,7 +37,6 @@ def _repeat(iterator, n): _atlases = cache.Cache() def _get_atlas(atlasID, res, summary=False): - atlasID = 'striatum-structural' atlas = _atlases.get((atlasID, res, summary), default=None) if atlas is None: if summary or atlasID in ('talairach', 'striatum-structural', 'jhu-labels'):