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 5a3779c commit 97c94d4Copy full SHA for 97c94d4
fmriprep/cli/tests/test_parser.py
@@ -254,7 +254,7 @@ def test_derivatives(tmp_path):
254
# Providing --derivatives with names should use them
255
temp_args = args + [
256
'--derivatives',
257
- f'anat={str(bids_path / "derivatives/smriprep")}',
+ f'anat={bids_path / "derivatives/smriprep"}',
258
]
259
opts = parser.parse_args(temp_args)
260
assert opts.derivatives == {'anat': bids_path / 'derivatives/smriprep'}
0 commit comments