Skip to content

Commit

Permalink
update docstring of build_caps_directory
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed Nov 28, 2024
1 parent cddde9d commit 388b194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clinica/utils/testing_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ def build_caps_directory(directory: Path, configuration: dict) -> Path:
Dictionary containing the configuration for building the fake CAPS
directory. It should have the following structure:
- "groups": ["group_labels"...]
- "pipelines": ["pipeline_names"...]
- "pipelines": {"pipeline_names": config}, where config is a dictionary
specifying more details for the files that should be written.
- "subjects": {"subject_labels": ["session_labels"...]}.
Returns
Expand Down

0 comments on commit 388b194

Please sign in to comment.