Skip to content

Commit

Permalink
FIX: Double call that somehow worked...
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 28, 2023
1 parent e6c972e commit 1e74843
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions smriprep/interfaces/tests/test_surf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ def test_MakeRibbon(tmp_path):

ribbon = nb.load(result.outputs.ribbon)
expected = nb.load(
load_resource(
load_resource(
"../interfaces/tests/data/sub-fsaverage_res-4_desc-cropped_ribbon.nii.gz"
)
)
load_resource("../interfaces/tests/data/sub-fsaverage_res-4_desc-cropped_ribbon.nii.gz")
)

assert ribbon.shape == expected.shape
Expand Down

0 comments on commit 1e74843

Please sign in to comment.