-
Notifications
You must be signed in to change notification settings - Fork 536
ENH: add interface for AFNI 3dTsmooth #2948
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
Conversation
nipype/interfaces/afni/preprocess.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @gpiantoni, do you have a few minutes to finish this up?
nipype/interfaces/afni/preprocess.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nipype/interfaces/afni/preprocess.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @gpiantoni, we're planning to have the next release in a little under 3 weeks, if you want to have a shot at finishing this up.
I rebased from upstream/master and force-pushed my branch. However, one test fails (because of the change from genfile=True to genfile=None).
I tried to run make check-before-commit locally. This command modifies more than 40 files with very trivial changes. See output of git diff:
nipype
I don't think I'm supposed to commit these changes but I don't know what else to do. Sorry, I don't know how to proceed from here.
Hi @gpiantoni, I re-ran make specs on the master branch, so if you rebase again, then make specs should only update your test.
Codecov Report
@@ Coverage Diff @@ ## master #2948 +/- ## ========================================== - Coverage 67.5% 66.99% -0.52% ========================================== Files 344 343 -1 Lines 44028 44027 -1 Branches 5551 5548 -3 ========================================== - Hits 29723 29496 -227 - Misses 13556 13780 +224 - Partials 749 751 +2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@ ## master #2948 +/- ## ========================================== - Coverage 67.5% 66.99% -0.52% ========================================== Files 344 343 -1 Lines 44028 44026 -2 Branches 5551 5548 -3 ========================================== - Hits 29723 29495 -228 - Misses 13556 13780 +224 - Partials 749 751 +2
Continue to review full report at Codecov.
|
nipype/interfaces/slicer/registration/tests/test_auto_VBRAINSDemonWarp.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Will merge when tests pass.
Thanks for your patience, @gpiantoni. In it goes.
Summary
add interface for AFNI 3dTsmooth
List of changes proposed in this PR (pull-request)
Acknowledgment