File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
import numpy as np
7
7
8
8
from six .moves import reduce
9
- from .testing import setup_test
9
+ from .testing import setup_test # flake8: noqa F401
10
10
11
11
12
12
class AffineError (ValueError ):
Original file line number Diff line number Diff line change 8
8
from platform import processor , machine
9
9
10
10
import numpy as np
11
- from .testing import setup_test
11
+ from .testing import setup_test # flake8: noqa F401
12
12
13
13
14
14
class CastingError (Exception ):
Original file line number Diff line number Diff line change 21
21
'''
22
22
import numpy as np
23
23
import numpy .linalg as npl
24
- from ..testing import setup_test
24
+ from ..testing import setup_test # flake8: noqa F401
25
25
26
26
27
27
def B2q (B , tol = None ):
Original file line number Diff line number Diff line change 27
27
from .spm99analyze import SpmAnalyzeHeader
28
28
from .casting import have_binary128
29
29
from .pydicom_compat import have_dicom , pydicom as pdcm
30
- from .testing import setup_test
30
+ from .testing import setup_test # flake8: noqa F401
31
31
32
32
# nifti1 flat header definition for Analyze-like first 348 bytes
33
33
# first number in comments indicates offset in file header in bytes
Original file line number Diff line number Diff line change 27
27
28
28
import math
29
29
import numpy as np
30
- from .testing import setup_test
30
+ from .testing import setup_test # flake8: noqa F401
31
31
32
32
MAX_FLOAT = np .maximum_sctype (np .float )
33
33
FLOAT_EPS = np .finfo (np .float ).eps
You can’t perform that action at this time.
0 commit comments