We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a1adf commit 4707222Copy full SHA for 4707222
nibabel/streamlines/tests/test_streamlines.py
@@ -12,7 +12,7 @@
12
from nibabel.tmpdirs import InTemporaryDirectory
13
from numpy.compat.py3k import asbytes
14
15
-from nibabel.testing import data_path, clear_and_catch_warnings
+from nibabel.testing import data_path
16
17
from .test_tractogram import assert_tractogram_equal
18
from ..tractogram import Tractogram, LazyTractogram
nibabel/streamlines/tests/test_tck.py
@@ -15,7 +15,7 @@
import pytest
from numpy.testing import assert_array_equal
-from ...testing import data_path, clear_and_catch_warnings
+from ...testing import data_path
19
20
21
DATA = {}
0 commit comments