Skip to content

Commit 7ebe595

Browse files
committed
TST: Output formatting
1 parent 58d3ac0 commit 7ebe595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nibabies/workflows/bold/alignment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ def parse_roi_labels(label_file):
234234
235235
>>> structs, ids = parse_roi_labels(test_data / "labelfile.txt")
236236
>>> structs
237-
'["CEREBELLUM_LEFT", "THALAMUS_LEFT", "CAUDATE_LEFT"]'
237+
['CEREBELLUM_LEFT', 'THALAMUS_LEFT', 'CAUDATE_LEFT']
238238
>>> ids
239-
'[8, 10, 11]'
239+
['8', '10', '11']
240240
"""
241241

242242
with open(label_file) as fp:

0 commit comments

Comments
 (0)