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
158033e8
Commit
158033e8
authored
Dec 05, 2017
by
Paul McCarthy
🚵
Browse files
CI jobs are still being killed due to (I think) memory usage
parent
6bcc089a
Pipeline
#1291
failed with stages
in 95 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test_atlasq_ohi.py
View file @
158033e8
...
...
@@ -89,7 +89,12 @@ def test_coords(seed):
for
ad
in
atlases
:
# atlasquery/ohi always uses 2mm resolution
atlas
=
fslatlases
.
loadAtlas
(
ad
.
atlasID
,
resolution
=
2
)
atlas
=
fslatlases
.
loadAtlas
(
ad
.
atlasID
,
resolution
=
2
,
indexed
=
True
,
calcRange
=
False
,
loadData
=
False
)
print
(
ad
.
name
)
...
...
@@ -174,7 +179,12 @@ def test_mask(seed):
# atlasquery always uses 2mm
# resolution versions of atlases
atlas2mm
=
fslatlases
.
loadAtlas
(
desc
.
atlasID
,
resolution
=
2
)
atlas2mm
=
fslatlases
.
loadAtlas
(
desc
.
atlasID
,
resolution
=
2
,
indexed
=
True
,
calcRange
=
False
,
loadData
=
False
)
# Test with 1mm and 2mm masks
for
res
in
[
1
,
2
]:
...
...
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