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 b3402b4 commit 234a171Copy full SHA for 234a171
pydra/tasks/dcm2niix/utils.py
@@ -322,7 +322,7 @@ class Dcm2Niix(ShellCommandTask):
322
>>> task.inputs.in_dir = "test-data/test_dicoms"
323
>>> task.inputs.out_dir = "test-data/output"
324
>>> task.cmdline
325
- 'dcm2niix -o tests/data/output -f out_file tests/data/test_dicoms'
+ 'dcm2niix -o test-data/output -f out_file test-data/test_dicoms'
326
"""
327
328
input_spec = Dcm2NiixInputSpec
0 commit comments