8000 FIX: Test failures by effigies · Pull Request #3587 · nipy/nipype · GitHub
[go: up one dir, main page]

Skip to content

FIX: Test failures #3587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
TEST: make specs
  • Loading branch information
effigies committed Jul 5, 2023
commit 5e2fd1cdeda57b21940271eb9393f000b810690b
1 change: 1 addition & 0 deletions nipype/interfaces/tests/test_auto_Dcm2niix.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def test_Dcm2niix_inputs():
),
merge_imgs=dict(
argstr="-m %d",
usedefault=True,
),
out_filename=dict(
argstr="-f %s",
Expand Down
0