Skip to content

Commit a0218e6

Browse files
committed
TEST: Update spec tests
1 parent 5c9d625 commit a0218e6

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

nipype/algorithms/tests/test_auto_SpecifyModel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ def test_SpecifyModel_inputs():
1919
),
2020
outlier_files=dict(copyfile=False,
2121
),
22+
parameter_source=dict(mandatory=False,
23+
),
2224
realignment_parameters=dict(copyfile=False,
2325
),
2426
subject_info=dict(mandatory=True,

nipype/algorithms/tests/test_auto_SpecifySPMModel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ def test_SpecifySPMModel_inputs():
2323
),
2424
output_units=dict(usedefault=True,
2525
),
26+
parameter_source=dict(mandatory=False,
27+
),
2628
realignment_parameters=dict(copyfile=False,
2729
),
2830
subject_info=dict(mandatory=True,

nipype/algorithms/tests/test_auto_SpecifySparseModel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ def test_SpecifySparseModel_inputs():
2020
model_hrf=dict(),
2121
outlier_files=dict(copyfile=False,
2222
),
23+
parameter_source=dict(mandatory=False,
24+
),
2325
realignment_parameters=dict(copyfile=False,
2426
),
2527
save_plot=dict(),

0 commit comments

Comments
 (0)