We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd03cce + e7abaa9 commit 0ec1eb3Copy full SHA for 0ec1eb3
nitransforms/io/itk.py
@@ -2,7 +2,6 @@
2
import warnings
3
import numpy as np
4
from scipy.io import savemat as _save_mat
5
-from nibabel.loadsave import load as loadimg
6
from nibabel.affines import from_matvec
7
from .base import (
8
BaseLinearTransformList,
nitransforms/tests/test_io.py
@@ -323,6 +323,7 @@ def _mockreturn(arg):
323
with open('val.mat', 'rb') as f:
324
_read_mat(f)
325
326
+
327
@pytest.mark.parametrize('sw_tool', ['afni'])
328
def test_Displacements(sw_tool):
329
"""Test displacements fields."""
0 commit comments