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
d9f52108
Commit
d9f52108
authored
May 08, 2019
by
Paul McCarthy
🚵
Browse files
TEST: Fix imports
parent
405d3e55
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/test_scripts/test_atlasq_list_summary.py
View file @
d9f52108
...
...
@@ -13,7 +13,7 @@ import pytest
import
fsl.data.atlases
as
fslatlases
import
fsl.scripts.atlasq
as
fslatlasq
from
.
import
CaptureStdout
from
.
.
import
CaptureStdout
pytestmark
=
pytest
.
mark
.
fsltest
...
...
tests/test_scripts/test_atlasq_ohi.py
View file @
d9f52108
...
...
@@ -18,9 +18,9 @@ import numpy as np
import
fsl.scripts.atlasq
as
fslatlasq
import
fsl.data.atlases
as
fslatlases
from
.
import
(
tempdir
,
make_random_mask
,
CaptureStdout
)
from
.
.
import
(
tempdir
,
make_random_mask
,
CaptureStdout
)
pytestmark
=
pytest
.
mark
.
fsltest
...
...
tests/test_scripts/test_atlasq_query.py
View file @
d9f52108
...
...
@@ -20,9 +20,9 @@ import fsl.data.atlases as fslatlases
import
fsl.data.image
as
fslimage
import
fsl.scripts.atlasq
as
fslatlasq
from
.
import
(
tempdir
,
make_random_mask
,
CaptureStdout
)
from
.
.
import
(
tempdir
,
make_random_mask
,
CaptureStdout
)
pytestmark
=
pytest
.
mark
.
fsltest
...
...
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