Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 29, 2024
1 parent 0c73fee commit c1e858a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion xcp_d/tests/test_cli_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def test_validate_parameters_none_mode(base_opts, base_parser, capsys):
assert "'--despike' (y or n) is required for 'none' mode." in stderr
assert "'--fd-thresh' is required for 'none' mode." in stderr
assert "'--file-format' is required for 'none' mode." in stderr
assert "'--flatten-conmat' (y or n) is required for 'none' mode." in stderr
assert "'--flatten-conmats' (y or n) is required for 'none' mode." in stderr
assert "'--input-type' is required for 'none' mode." in stderr
assert "'--linc-qc' (y or n) is required for 'none' mode." in stderr
assert "'--motion-filter-type' is required for 'none' mode." in stderr
Expand Down
2 changes: 2 additions & 0 deletions xcp_d/tests/test_workflows_connectivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def test_init_functional_connectivity_nifti_wf(ds001419_data, tmp_path_factory):
config.execution.output_dir = tmpdir
config.workflow.bandpass_filter = False
config.workflow.min_coverage = 0.5
config.workflow.flatten_conmats = False
config.nipype.omp_nthreads = 2
config.execution.atlases = atlas_names
config.workflow.output_correlations = True
Expand Down Expand Up @@ -305,6 +306,7 @@ def test_init_functional_connectivity_cifti_wf(ds001419_data, tmp_path_factory):
with mock_config():
config.execution.output_dir = tmpdir
config.workflow.bandpass_filter = False
config.workflow.flatten_conmats = False
config.workflow.min_coverage = 0.5
config.nipype.omp_nthreads = 2
config.execution.atlases = atlas_names
Expand Down

0 comments on commit c1e858a

Please sign in to comment.