For some non-regression tests there is still a parameter skip_question while it is not used later on :
|
pipeline = T1VolumeTissueSegmentation( |
|
bids_directory=fspath(input_dir / "bids"), |
|
caps_directory=fspath(output_dir / "caps"), |
|
tsv_file=fspath(input_dir / "subjects.tsv"), |
|
parameters={"skip_question": False}, |
|
base_dir=fspath(working_dir), |
|
) |
These should be removed.
For some non-regression tests there is still a parameter
skip_questionwhile it is not used later on :clinica/test/nonregression/pipelines/anat/test_t1_volume.py
Lines 27 to 33 in 4bd9f4d
These should be removed.