Skip to content

Commit 96e829f

Browse files
bpinsardeffigies
andcommitted
Update niworkflows/workflows/tests/test_gradunwarp.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 8e85701 commit 96e829f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/workflows/tests/test_gradunwarp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ def test_gradunwarp(tmpdir, ds000030_dir, workdir, outdir):
3838

3939
print(ds000030_dir)
4040
wf.inputs.inputnode.input_file = str(next(ds000030_dir.glob("sub-10228/anat/*_T1w.nii.gz")))
41-
wf.inputs.inputnode.grad_file = load_test_data('gradunwarp_coeffs.grad')
41+
wf.inputs.inputnode.grad_file = str(load_test_data('gradunwarp_coeffs.grad'))
4242

4343
wf.run()

0 commit comments

Comments
 (0)