Skip to content

Commit 9952f97

Browse files
authored
Merge pull request #987 from effigies/fix/numpy-import
fix: Import LinAlgError from a stable location
2 parents f9e7e4c + c296f68 commit 9952f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/interfaces/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from nipype.algorithms import confounds as nac
2929
from nipype.interfaces import io as nio
3030
from nipype.interfaces.base import File
31-
from numpy.linalg.linalg import LinAlgError
31+
from numpy.linalg import LinAlgError
3232

3333

3434
class RobustACompCor(nac.ACompCor):

0 commit comments

Comments
 (0)