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

TEST: Fix imports

parent 405d3e55
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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
......
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