Skip to content

Commit b3402b4

Browse files
committed
moved test data to package root to satisfy doctests on GH
1 parent 15040bb commit b3402b4

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

pydra/tasks/dcm2niix/utils.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,8 @@ class Dcm2Niix(ShellCommandTask):
319319
Example
320320
-------
321321
>>> task = Dcm2Niix()
322-
>>> task.inputs.in_dir = "tests/data/test_dicoms"
323-
>>> task.inputs.out_dir = "tests/data/output"
324-
>>> import os
325-
>>> print(os.getcwd())
322+
>>> task.inputs.in_dir = "test-data/test_dicoms"
323+
>>> task.inputs.out_dir = "test-data/output"
326324
>>> task.cmdline
327325
'dcm2niix -o tests/data/output -f out_file tests/data/test_dicoms'
328326
"""
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)