Skip to content

Commit

Permalink
fixed up unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Jan 4, 2025
1 parent 321c427 commit e5de395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,5 @@ dmypy.json
.vscode

upload-token.txt

.DS_Store
3 changes: 2 additions & 1 deletion pydra/tasks/dcm2niix/tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from pydra.tasks.dcm2niix.utils import Dcm2Niix
from fileformats.medimage import DicomDir


def test_dcm2niix():
task = Dcm2Niix()
task.inputs.in_dir = "test-data/test_dicoms"
task.inputs.in_dir = DicomDir.mock("test-data/test_dicoms")
task.inputs.out_dir = "test-data"
task.inputs.compress = "y"
assert (
Expand Down

0 comments on commit e5de395

Please sign in to comment.