We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c1b8d commit c63ebb3Copy full SHA for c63ebb3
nibabies/tests/test_config.py
@@ -94,13 +94,14 @@ def test_config_spaces():
94
assert [str(s) for s in spaces.get_standard(full_spec=True)] == [
95
'MNIInfant:cohort-1:res-native', # Default output space
96
'MNI152NLin6Asym:res-2',
97
+ 'MNIInfant:cohort-1:res-2', # CIFTI: MNIInfant (2x2x2) -> MNI152NLin6Asym (2x2x2)
98
]
99
100
assert [
101
format_reference((s.fullname, s.spec))
102
for s in spaces.references
103
if s.standard and s.dim == 3
- ] == ['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']
105
_reset_config()
106
107
0 commit comments