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

Remove debug line

parent 4f329c91
No related branches found
No related tags found
No related merge requests found
......@@ -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'):
......
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