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 fa80716 commit ca14a77Copy full SHA for ca14a77
tests/test_extractRoiFromAtlas.m
@@ -45,7 +45,7 @@ function test_extractRoiFromAtlas_visfAtlas()
45
46
roiImage = extractRoiFromAtlas(pwd, 'visfatlas', 'pFus', 'L');
47
48
- assertEqual(exist(fullfile(pwd, 'hemi-L_space-MNI_atlas-visfAtlas_label-pFus_mask.nii'), ...
+ assertEqual(exist(fullfile(pwd, 'hemi-L_space-MNI_atlas-visfatlas_label-pFus_mask.nii'), ...
49
'file'), ...
50
2);
51
0 commit comments