Skip to content

[TEST] Remove skip_question parameters from tests #1635

@AliceJoubert

Description

@AliceJoubert

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions