Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
singlesp committed Jan 17, 2025
1 parent 5f44eef commit 02f8d85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions cubids/metadata_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,11 @@ def print_merges(merge_list):
A list of tuples where each tuple contains two elements:
- src_id : tuple
The source identifier, where the last element is the source ID and the first element is the source name.
The source identifier, where the last element is the source ID and
the first element is the source name.
- dest_id : tuple
The destination identifier, where the last element is the destination ID and the first element is the destination name.
The destination identifier, where the last element is the destination
ID and the first element is the destination name.
Returns
-------
Expand Down
3 changes: 2 additions & 1 deletion cubids/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ def build_subject_paths(bids_dir):
Returns
-------
dict
A dictionary where the keys are subject labels and the values are lists of file paths associated with each subject.
A dictionary where the keys are subject labels and the values are
lists of file paths associated with each subject.
Raises
------
Expand Down

0 comments on commit 02f8d85

Please sign in to comment.