Skip to content

Commit 7723d30

Browse files
committed
TEST: make specs
1 parent 4dd0de5 commit 7723d30

13 files changed

+13
-13
lines changed

nipype/interfaces/freesurfer/tests/test_auto_Binarize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
22
from __future__ import unicode_literals
3-
from ..model import Binarize
3+
from ..model_bkp import Binarize
44

55

66
def test_Binarize_inputs():

nipype/interfaces/freesurfer/tests/test_auto_Concatenate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
22
from __future__ import unicode_literals
3-
from ..model import Concatenate
3+
from ..model_bkp import Concatenate
44

55

66
def test_Concatenate_inputs():

nipype/interfaces/freesurfer/tests/test_auto_GLMFit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
22
from __future__ import unicode_literals
3-
from ..model import GLMFit
3+
from ..model_bkp import GLMFit
44

55

66
def test_GLMFit_inputs():

nipype/interfaces/freesurfer/tests/test_auto_Label2Annot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
22
from __future__ import unicode_literals
3-
from ..model import Label2Annot
3+
from ..model_bkp import Label2Annot
44

55

66
def test_Label2Annot_inputs():

nipype/interfaces/freesurfer/tests/test_auto_Label2Label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
22
from __future__ import unicode_literals
3-
from ..model import Label2Label
3+
from ..model_bkp import Label2Label
44

55

66
def test_Label2Label_inputs():

nipype/interfaces/freesurfer/tests/test_auto_Label2Vol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
22
from __future__ import unicode_literals
3-
from ..model import Label2Vol
3+
from ..model_bkp import Label2Vol
44

55

66
def test_Label2Vol_inputs():

nipype/interfaces/freesurfer/tests/test_auto_MRISPreproc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
22
from __future__ import unicode_literals
3-
from ..model import MRISPreproc
3+
from ..model_bkp import MRISPreproc
44

55

66
def test_MRISPreproc_inputs():

nipype/interfaces/freesurfer/tests/test_auto_MRISPreprocReconAll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
22
from __future__ import unicode_literals
3-
from ..model import MRISPreprocReconAll
3+
from ..model_bkp import MRISPreprocReconAll
44

55

66
def test_MRISPreprocReconAll_inputs():

nipype/interfaces/freesurfer/tests/test_auto_MS_LDA.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
22
from __future__ import unicode_literals
3-
from ..model import MS_LDA
3+
from ..model_bkp import MS_LDA
44

55

66
def test_MS_LDA_inputs():

nipype/interfaces/freesurfer/tests/test_auto_OneSampleTTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
22
from __future__ import unicode_literals
3-
from ..model import OneSampleTTest
3+
from ..model_bkp import OneSampleTTest
44

55

66
def test_OneSampleTTest_inputs():

0 commit comments

Comments
 (0)