Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
b37792bd
Commit
b37792bd
authored
May 03, 2018
by
Paul McCarthy
🚵
Browse files
TEST: Need to take into account new SMATT label atlas
parent
0801c756
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_atlases_query.py
View file @
b37792bd
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment