Skip to content

Commit c63ebb3

Browse files
committed
TST: Update configuration test
1 parent b3c1b8d commit c63ebb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nibabies/tests/test_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,14 @@ def test_config_spaces():
9494
assert [str(s) for s in spaces.get_standard(full_spec=True)] == [
9595
'MNIInfant:cohort-1:res-native', # Default output space
9696
'MNI152NLin6Asym:res-2',
97+
'MNIInfant:cohort-1:res-2', # CIFTI: MNIInfant (2x2x2) -> MNI152NLin6Asym (2x2x2)
9798
]
9899

99100
assert [
100101
format_reference((s.fullname, s.spec))
101102
for s in spaces.references
102103
if s.standard and s.dim == 3
103-
] == ['MNIInfant_cohort-1_res-native', 'MNI152NLin6Asym_res-2', 'MNIInfant_cohort-1']
104+
] == ['MNIInfant_cohort-1_res-native', 'MNI152NLin6Asym_res-2', 'MNIInfant_cohort-1_res-2']
104105
_reset_config()
105106

106107

0 commit comments

Comments
 (0)