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
0d569569
Commit
0d569569
authored
Dec 04, 2017
by
Paul McCarthy
🚵
Browse files
Try to stop CI jobs from being killed?
parent
56693473
Pipeline
#1285
failed with stages
in 50 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test_atlases_query.py
View file @
0d569569
...
...
@@ -34,8 +34,7 @@ def _repeat(iterator, n):
yield
elem
_atlases
=
cache
.
Cache
()
_atlases
=
cache
.
Cache
(
maxsize
=
1
)
def
_get_atlas
(
atlasID
,
res
,
summary
=
False
):
atlas
=
_atlases
.
get
((
atlasID
,
res
,
summary
),
default
=
None
)
if
atlas
is
None
:
...
...
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