Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Feb 3, 2025
1 parent 82949a4 commit a05b9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubids/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _file_to_entity_set(filename):
Examples
--------
>>> _file_to_entity_set("sub-01_ses-01_task-rest_bold.nii.gz")
'task-rest_suffix-bold'
'session-01_suffix-bold_task-rest'
"""
entities = parse_file_entities(str(filename))
return _entities_to_entity_set(entities)
Expand Down

0 comments on commit a05b9af

Please sign in to comment.