Skip to content

Commit 126d5c6

Browse files
committed
Update test_bids.py
1 parent 30e9c45 commit 126d5c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/smriprep/utils/tests/test_bids.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def test_collect_derivatives(deriv_dset):
3737

3838

3939
def test_collect_derivatives_transforms(deriv_dset):
40+
"""Ensure transforms are collected for the right spaces."""
4041
output_spaces = ['MNI152NLin2009cAsym', 'MNIPediatricAsym:cohort-3']
4142
collected = collect_derivatives(deriv_dset, '01', output_spaces)
4243
xfms = collected['transforms']

0 commit comments

Comments
 (0)