Skip to content

Commit ea91f39

Browse files
committed
fix(tests): Add one more template with PD average
1 parent 6fa9b75 commit ea91f39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templateflow/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def templates(**kwargs):
7474
True
7575
7676
>>> templates(suffix='PD')
77-
['MNI152Lin', 'MNI152NLin2009cAsym']
77+
['MNI152Lin', 'MNI152NLin2009cAsym', 'MNIPediatricAsym']
7878
7979
"""
8080
return sorted(TF_LAYOUT.get_templates(**kwargs))

0 commit comments

Comments
 (0)