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.
2 parents f9e7e4c + c296f68 commit 9952f97Copy full SHA for 9952f97
niworkflows/interfaces/patches.py
@@ -28,7 +28,7 @@
28
from nipype.algorithms import confounds as nac
29
from nipype.interfaces import io as nio
30
from nipype.interfaces.base import File
31
-from numpy.linalg.linalg import LinAlgError
+from numpy.linalg import LinAlgError
32
33
34
class RobustACompCor(nac.ACompCor):
0 commit comments