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 8e85701 commit 96e829fCopy full SHA for 96e829f
niworkflows/workflows/tests/test_gradunwarp.py
@@ -38,6 +38,6 @@ def test_gradunwarp(tmpdir, ds000030_dir, workdir, outdir):
38
39
print(ds000030_dir)
40
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')
+ wf.inputs.inputnode.grad_file = str(load_test_data('gradunwarp_coeffs.grad'))
42
43
wf.run()
0 commit comments