From ea38d1aa4802f1efe8ea2294f790f68a4bdcb7e3 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Mon, 23 Oct 2017 17:39:18 +0100 Subject: [PATCH] Remove debug line --- tests/test_atlases_query.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_atlases_query.py b/tests/test_atlases_query.py index 78b429a16..bf045938a 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'): -- GitLab