File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,7 @@ def test_MakeRibbon(tmp_path):
28
28
29
29
ribbon = nb .load (result .outputs .ribbon )
30
30
expected = nb .load (
31
- load_resource (
32
- load_resource (
33
- "../interfaces/tests/data/sub-fsaverage_res-4_desc-cropped_ribbon.nii.gz"
34
- )
35
- )
31
+ load_resource ("../interfaces/tests/data/sub-fsaverage_res-4_desc-cropped_ribbon.nii.gz" )
36
32
)
37
33
38
34
assert ribbon .shape == expected .shape
Original file line number Diff line number Diff line change 14
14
def test_ribbon_workflow (tmp_path : Path ):
15
15
"""Create ribbon mask for fsaverage subject"""
16
16
17
- for command in ("mris_convert" , "wb_command" , "fslmaths" ):
17
+ for command in ("mris_convert" , "wb_command" ):
18
18
if not which (command ):
19
19
pytest .skip (f"Could not find { command } in PATH" )
20
20
You can’t perform that action at this time.
0 commit comments