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 f9e7e4c commit c296f68Copy full SHA for c296f68
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